This page was last modified 10:13, 23 August 2007.
KIJ000084 - Default encoding is ISO-8859-1 instead of UTF-8
From Forum Nokia Wiki
Default encoding is ISO-8859-1 instead of UTF-8 KIJ000084
Platform: S60 2nd Edition Device: Nokia 6600
Description:
Default encoding is ISO-8859-1 instead of UTF-8.
Solution:
When using data, which should be UTF-8, do not assume the default charset is UTF-8 but define it explicitly. For example:
String s = new String(byteArray, "utf-8");
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| if resin can support unicode jsp file? | cowisdom | Mobile Java General | 2 | 1970-01-01 02:00 |
| DrawText + nonEnglish | SHUstriK | General Symbian C++ | 7 | 2007-01-04 23:00 |
| 请教关于汉显的问题 | caixiaojun19750320 | Web Technologies and Multimedia Content- Web 技术和多媒体内容 | 1 | 2003-09-01 02:28 |
| I'm getting square blocks when I try to display Asian languages | Lindron | Mobile Java General | 2 | 2008-07-18 11:27 |
| Encoding UTF8 in MMS-Subject | khyong | General Messaging | 4 | 2004-12-05 13:10 |

