Page 1 of 1

Zeos + (Delphi OR Kylix) + CrossKylix

Posted: 28.11.2005, 16:31
by amos
OK, now i started to play with firebird, and i like it.
It's working fine, no problem with foreign characters, and so on...

I'm developing in Delphi 7 (WinXP) with CrossKylix plugin. Everything is working fine here!! :-)

Now, my problem is that if I input something in database in linux over embeded libs (with "crazy" charcters) everything is ok, but if I access that database over network form Windows (on linux is installer FirebirdSS) those characters are not readable. Funy part is that, what i write from Windows is readable (correct) only in windows, and on the linux is same. I didn't try windows FirebirdSS because, i need Firebird server on linux!!

Plz, help!!

OS no.1:
WinXP SP2

OS no.2:
CentOS 4.1 x86

Thx

CharacterSets

Posted: 28.11.2005, 22:34
by aperger
Hello.

I use WinXP SP2 HUN and FC4 I use the same *gdb file under Win32 and Linux. When I start my program in linux I set the LANG variable in the start script

LANG=hu_HU

or

LANG=hu_HU.Latin2


so... I have nor problem :-)


Attila

Posted: 29.11.2005, 13:44
by amos
I tried with LANG, and now i can read 6 out of 10 characters!!

Any other idea?

Thx