From: Emanoil K. <del...@ya...> - 2011-01-10 11:32:25
|
> The handling of the character set must be fixed because of > some > requirements of Android. They use UTF-16 without a default > encoding. > This is legal according to the specification but requires > that the > character set is specified by the transport. This is > actually not > possible with libwbxml. >From my work with xerces it is not bad idea to use utf-16. In some cases it has more advantages as disadvantages. Why is it not possible to set a default charset in libwbxml. Why should one need anything else except utf? regards |