I want to encode strings in to the Chinese and Korean languages how it possible?
Asked
Active
Viewed 179 times
1 Answers
1
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

oldUser
- 243
- 2
- 12
-
Can u give me in details if possible? – MD. Jan 06 '10 at 10:26
-
have u read the wiki article? take a look at the http://stackoverflow.com/questions/1237565/iphone-cgcontextshowtextatpoint-for-japanese-characters – oldUser Jan 06 '10 at 10:53