tags:

views:

45

answers:

1

i want to encoding string in to the chiness language and koren language how it possible?

+1  A: 

it's possible using UTF16 and if needed surrogate characters, UTF32 and UTF8 also can bear it.

more info about encodings: http://en.wikipedia.org/wiki/Character_encoding

alexm
Can u give me in details if possible?
MD
have u read the wiki article? take a look at the http://stackoverflow.com/questions/1237565/iphone-cgcontextshowtextatpoint-for-japanese-characters
alexm