question on chinese words displaying on 6288(a008)
nevin sun
Greenhorn
Joined: Jan 17, 2002
Posts: 4
posted
0
hi, recently i 've developed some j2me applications,but at last i still can not solve the problem of chinese words displaying on motorola 6288 mobile(i get the chinese words through http protocol from a windows 2000 web server,and the chinese words is encoded by GBK,as i know 6288 only support iso8858-1 and iso10646), i need your help!
thanx for your help
jawwad ahmed
Ranch Hand
Joined: Dec 01, 2001
Posts: 179
posted
0
Well this is also a very intesting question for in respect to final year project. Well i don't think so uptil now any mobile support the unicode character if so please let tell me which company. If u are doing so isn't u have to contact the mobile company for this please let me tell this.
Liam Quinn
Ranch Hand
Joined: Jan 18, 2002
Posts: 35
posted
0
Are you able to change the Web server to use UTF-8 instead of GBK for the encoding? If so, you could then use
to read in the Chinese characters properly. I'm not sure if the 6288 supports UTF-8, but it should.
subject: question on chinese words displaying on 6288(a008)