Title: polish characters Post by: . on March 05, 2009, 01:15:51 pm our database is running with codeset 1250.
Now we need to enter polish characters through gdc but the polish special characters are showns as ? after leaving a field thanks for your ideas/help Ralph Title: Re: polish characters Post by: Leo S. on March 05, 2009, 01:32:52 pm Hi Ralph , could you send a log please?
normally in the first lines of the connect there is also the info over the encoding, I suspect the encoding sent from the VM is wrong. Kind Regards, Leo Title: Re: polish characters Post by: . on March 09, 2009, 01:10:54 pm Hi Leo,
her is the log-file thanks for your help Ralph Title: Re: polish characters Post by: Leo S. on March 11, 2009, 04:38:51 pm Hi Ralph, it's as I thought:
The VM log says :DVM:20211:meta Connection { {encoding "ISO-8859-15"} ... which is the wrong encoding it should be ISO-8859-2 which is made is for polish. That means your VM side settings are not correct. Please check LANG, and % locale -a on your system, if you have installed the polish language tables. If you open the GDC debug console you see immediately in the 2nd line (meta) if your setting is correct when restarting the application. BTW which system you are running on? Kind Regards, Leo |