1.

Does Gnu Smalltalk Support Unicode And Mbcs?

Answer»

YES. Strings however are processed (e.g. read from a file) byte-per-byte. If you NEED per-character processing, you should LOAD the Iconv package and CONVERT strings to UnicodeString, USING the #asUnicodeString method.

Yes. Strings however are processed (e.g. read from a file) byte-per-byte. If you need per-character processing, you should load the Iconv package and convert strings to UnicodeString, using the #asUnicodeString method.



Discussion

No Comment Found