Monday, December 19, 2011

I want to write a text file with unicode encoding in vc++ .net , how can I set the encoding for fwrite?

Fwrite just writes whatever you tell it. There are functions to convert text from one encoding to another.

0 comments:

Post a Comment