On Tue, 20 Jul 2004 12:55:41 +0200, Hans Meine <[EMAIL PROTECTED]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Tuesday 20 July 2004 01:07, shadow wrote: > > 2. The files that are in Unicode will get dispaly as it is in windows. > > When I try to play it, however, I get an error: > > [...] > > UnicodeDecodeError: 'ascii' codec can't decode byte 0xa3 in position 79: > > ordinal not in range(128) > > This even happens (at least did two weeks ago) with German Umlauts (of course, > but I thought I'd mention that). >
a "String(unicodetext)" instead of str() or implicit using "%s % blah" solved all unicode problems i had in the past... ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel
