0

I want to encode strings in to the Chinese and Korean languages how it possible?

Craig
  • 9,335
  • 2
  • 34
  • 38
MD.
  • 1,131
  • 4
  • 18
  • 28

1 Answers1

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