Archived

This forum has been archived. Please start a new discussion on GitHub.

String encoding bug with IceEJ 1.1.0

Strings are encoded in UTF-8, however for reading and writing IceEJ uses the "platform's default encoding" which, sometimes, differs from UTF-8 (for example, in the J2ME Wireless Toolkit 2.2 emulator).
The attached file contains a patch for IceInternal/BasicStream.java.

--
Francesco Lattanzio <francesco.lattanzio@a-tono.com>