> I know that it had worked in the version 2.5, Python 3.0 rc2 doesn't > seem to recognize it as a function. a) I discourage usage of unicode and str converters; consider using .encode/.decode instead b) unicode is now called str Regards, Martin