Different language
-
How can I Input different language text from a Dialog based application. Showing "?????" as input characters. Do building it with UNICODE prepproessor solve this problem? Also, getting weird characters if I am reading from a file. Using _wfopen which is the function to open a unicode file and reading the contents using fread function. The file has some other language characters.
-
How can I Input different language text from a Dialog based application. Showing "?????" as input characters. Do building it with UNICODE prepproessor solve this problem? Also, getting weird characters if I am reading from a file. Using _wfopen which is the function to open a unicode file and reading the contents using fread function. The file has some other language characters.
Suneet.03 wrote:
How can I Input different language text from a Dialog based application.
Has that character set been installed on the target machine?
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
How can I Input different language text from a Dialog based application. Showing "?????" as input characters. Do building it with UNICODE prepproessor solve this problem? Also, getting weird characters if I am reading from a file. Using _wfopen which is the function to open a unicode file and reading the contents using fread function. The file has some other language characters.
Set the language in Control Panel -> Regional and language option -> Advanced. Also in Language Tab specify Text services and language in order to have a particular language keyboard. also #define UNICODE and _UNICODE Save file in Unicode format.
-
How can I Input different language text from a Dialog based application. Showing "?????" as input characters. Do building it with UNICODE prepproessor solve this problem? Also, getting weird characters if I am reading from a file. Using _wfopen which is the function to open a unicode file and reading the contents using fread function. The file has some other language characters.