Dear all,
How to read a file with particural encoding like UTF -8 or UTF- 16. Do I need to use some special library?
cppgangster -1 Junior Poster in Training
Recommended Answers
Jump to PostThis may help: http://www.kernel.org/doc/man-pages/online/pages/man7/utf8.7.html
FWIW, to handle unicode characters, you will need to use the wide character versions of various functions, such ase wprintf() vs. printf(), etc. In any case, this is a …
All 2 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.