You need to convert the string to proper codepage. MS-DOS codepages are named like CP437, with CP followed by three digits. Notice that normally only less than 256 different characters may be displayed and thus many Unicode characters just cannot be shown in text mode.
You need to convert the string to proper codepage. MS-DOS codepages are named like CP437, with CP followed by three digits. Notice that normally only less than 256 different characters may be displayed and thus many Unicode characters just cannot be shown in text mode.
you can use wchar_t instead of char.
and you should use wcout instead of cout too.
if your console support unicode this will work. another way for Iranians was a software called "vegaf" but its for much years ago and i forget it.