-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Paolo Bonzini wrote:
>> And, are there any simple example for processing UTF-8 encoded string? >> > Can you expand? > > Paolo I mean that I want example code which shows good pattern on dealing multibyte string :-) For example, I'm not sure whether this code is good or not: str _ UnicodeString fromString: 'Some UTF-8 Encoded String'. It seems that str _ UnicodeString fromString: 'Some UTF-8 Encoded String' encoding: UTF8StringEncoding. like code is better. (because I can let UnicodeString know the exact encoding of given string or array of bytes.) Thanks. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFM14tQqspS1+XJHgRAtzXAJ98DIvDL40F++aV7qgRywYeQfo1MwCfd4yz G5F7YsjMIP4MCpLIkZy/o0M= =1eL+ -----END PGP SIGNATURE----- _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
