PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Klaus Henn on August 19, 2014, 04:18:32 AM

Title: How to use cyrillic letters in an application developed with FF?
Post by: Klaus Henn on August 19, 2014, 04:18:32 AM
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
Title: Re: How to use cyrillic letters in an application developed with FF?
Post by: José Roca on August 19, 2014, 03:33:05 PM
Unicode is needed.
Title: Re: How to use cyrillic letters in an application developed with FF?
Post by: José Roca on August 19, 2014, 04:00:31 PM
Controls need to be created with CreateWindowExW and the use of Unicode is mandatory.
Title: Re: How to use cyrillic letters in an application developed with FF?
Post by: Klaus Henn on August 20, 2014, 04:29:51 AM
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