View Single Post
  #8   (View Single Post)  
Old 31st July 2008
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,318
Default

Quote:
Originally Posted by qmemo View Post
o.k. the question is now how do I make an application which supports UTF-8 do it?
You will have to rewrite any application to accept UTF-8 characters. You will also need to translate any current strings used. Depending upon what character set is currently used & whether other parts of the code are 8-bit specific, this could range from being a very easy exercise or very time-consuming. My guess would be to bet on the latter.
Reply With Quote