How to use cyrillic letters in an application developed with FF?

Started by Klaus Henn, August 19, 2014, 04:18:32 AM

Previous topic - Next topic

Klaus Henn

I have developed an application for meteorological data aquisitation, visualisation and evaluation. The software is developed in German language. The app supports  at the moment an English translation (translated words in an INI file).
Now a russian language version is requested.
I know FF does not support unicode.  How can I create a russian translation using cyrillic letters?

Best Regards

Klaus


José Roca

Controls need to be created with CreateWindowExW and the use of Unicode is mandatory.

Klaus Henn

Jose, Thank you!

I was afraid to hear that Unicode is needed.
So I will hope that there will be a FF Version 4 with Unicode support in the near future.

Dreaming is allowed, I hope.

Klaus