I have string input. I want to check all the characters and prompt the user if there is any Unicode character in input string.
How can I do this validation in C++.
eg. In Notepad if you enter any Unicode character and try to save it with ANSI Encoding, it will prompt about Unicode character. I want to do similar validation.