Thread: Unicode support
View Single Post
  #4  
Old May 21st, 2008, 01:58 AM
yogish yogish is offline
Registered User
 
Join Date: Mar 2007
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
yogish is on a distinguished road
Need help following issue in mac for the unicode support:

1. API to open a drive ( "/dev/disk...") with unicode path (unsigned short ) and get the handle of it.
2. Using the handle for read/write operation.
3. To get a FSRef of file with unicode (unsigned short) filepath.
4. To display the unmounted drive , the api is CheckForRemovableMedia .
This api is not supported, looking for the replacement call.
5.UTF16 To UTF8 conversion without dataloss
6.UTF16 To Ascii conversion without dataloss.

Thanks.
Reply With Quote