Skepsis IT Posted September 12, 2013 Posted September 12, 2013 Hi, in an application I use greek characters, utf8 encoding at firebird database and everything works fine when I load the exe file on a windows pc. The problem occurs when I load the dll file on a linux pc running apache for windows, that is the characters that are from a lookup field showed wrong, but when the field is direct from the table field showed ok! I disable transliterate on the specific fields but the same happened. Take a look at the screenshot, the first 2 columns are ok, but the 4th column that is a lookup fields has a problem. Quote
wangxuebin Posted September 12, 2013 Posted September 12, 2013 how do you run Apache for Windows on a linux system?I THINK IT is impossible. Quote
wangxuebin Posted September 12, 2013 Posted September 12, 2013 how do you run Apache for Windows on a linux system?I THINK IT is impossible. Quote
Skepsis IT Posted September 12, 2013 Author Posted September 12, 2013 http://forums.unigui.com/index.php?/topic/1328-can-i-run-dll-in-apache2-in-linux/ Quote
Skepsis IT Posted September 13, 2013 Author Posted September 13, 2013 Just for closing the case. The problem was that lookup fields type was String. Convert them to WideString and everything work ok! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.