View Single Post
  #4 (permalink)  
Old 09-27-2008, 06:58 AM
Norm's Avatar
Norm Norm is offline
Senior Member
 
Join Date: Jun 2008
Location: Heredia, Costa Rica
Posts: 2,225
Norm is on a distinguished road
Quote:
i can print out unicode characters to screen just fine but I cannot save the into a file properly?
What class are you using to write the unicode characters?
Do you really want unicode or do you want ASCII?
Unicode characters use 2 bytes. With ASCII text every other byte will be a binary 0 which will display as a ? or square with most text editors. Do you have a hex editor that you can use to look at the files you are reading and writing?
Reply With Quote