How do you read special characters from a text file? For example:
file contents:
^A^H^G
Can this be accomplished using unicode types?
wchar_t c; //???
This is a discussion on Reading Unicode characters within the Windows Programming forums, part of the Platform Specific Boards category; How do you read special characters from a text file? For example: file contents: ^A^H^G Can this be accomplished using ...
How do you read special characters from a text file? For example:
file contents:
^A^H^G
Can this be accomplished using unicode types?
wchar_t c; //???