Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all,

I need to write unicode data in a file using c++. How can I do this using c++.

When it comes unicode I am bit confused. can anybody help me?

Regards,
joy
Posted
Comments
Mukesh Pr@sad 3-Aug-15 5:59am    
First you should try it by your own..if you find it difficult somewhere, paste your code.
Richard MacCutchan 3-Aug-15 9:25am    
You just write it, the same way you write anything to a file.

1 solution

unicode isn't 'special', it simply represents characters 'differently' - google for UTF8 [^] and UTF16[^] also google for Byte Order Marks[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900