Hi all,

My company(situated in Poland) produce cross platform software based on
Borland Delphi/Kylix. We also use mysql server to store all our date.Server
is configured with latin2 character set. Nowadays several users work on
Linux boxes(Debian + XFree 4.3.1 + KDE 3.1.3 + iso 8859-2 with LC_ALL=pl_PL)
and rest on Windows 2000. The following problem occured:
    - when linux user insert string with Polish letters into table it looks
OK but only on Linux application. In windows Polish letters like "s with
upper mark - ś" and "a with lower mark - ą" and also "z with upper mark - ź"
are changed with "+-" etc...
    - when windows user insert string with Polish letters into table it
looks OK but only on Windows application. In linux Polish letters like "s
with upper mark - ś" and "a with lower mark - ą" and also "z with upper
mark - ź" are changed with "+-" etc...

Is it possible to fix it???

Thanks,Marcin


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to