Click here to Skip to main content
15,881,898 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to find a text file encoding format for UTF-8 in VC++.
Posted

Hi,

MultiByteToWideChar() will do the trick..

Cheers
 
Share this answer
 
v2
If you want to do text search in UTF-8 Encoded File then

First read the file into buffer of byte array

Then Convert the buffer into wide character array

then finally search into that wide character string for your desired text
 
Share this answer
 
UTF-8 is a text file encoding format. What exactly are you trying to achieve?
 
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