How to check text file original encoding VC++ or MFC - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
How to check text file original encoding VC++ or MFC - Stack Overflow
Check the BOM (Byte Order Mark) of the file (see http://en.wikipedia.org/wiki/
Byte_order_mark). If the file does not contain a BOM, assume it's an 8-bit ...