CEdit for UNICODE applications
-
Hello! I have CEdit control which should receive symbols of several languages simultaneously. In other words, the user should enter, for example, russian and german characters in the same CEdit control. But I can't enter german unlauts when regional settings are not German. Why? What should I do? My application is compliled with UNICODE support (#define _UNICODE). Any ideas?
-
Hello! I have CEdit control which should receive symbols of several languages simultaneously. In other words, the user should enter, for example, russian and german characters in the same CEdit control. But I can't enter german unlauts when regional settings are not German. Why? What should I do? My application is compliled with UNICODE support (#define _UNICODE). Any ideas?
Maybe Set a ComboBox with languages you want supported... And when selected change the regional settings of ur CEdit to what the language is?... I dont know, ive never done anything with any other language support other then english... Just an idea? /* Just a Human Trying to Live in a Computers World. */
-
Hello! I have CEdit control which should receive symbols of several languages simultaneously. In other words, the user should enter, for example, russian and german characters in the same CEdit control. But I can't enter german unlauts when regional settings are not German. Why? What should I do? My application is compliled with UNICODE support (#define _UNICODE). Any ideas?