Thread: Unicode support
View Single Post
  #1  
Old May 19th, 2008, 07:24 AM
mac0512 mac0512 is offline
Registered User
 
Join Date: May 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
mac0512 is on a distinguished road
Unicode support

Hi,
I want to provide an unicode support for the application so that languages other than english can be support eg korean.
I want to convert an ascii to utf16 string and then convert utf16 to utf8.
this utf8 string is used in fopen to open a file.
And also how do i open
Reply With Quote