Subject | East european Unicode charset |
---|---|
Author | marius popa |
Post date | 2004-03-05T11:28:19Z |
Anyone worked with Romanian chars (or other East european chars) in firebird
Delphi6+Firebird+windows ?
1.created database with ISO-8859-2 charset
2.I have tried to insert with ibexpert , it doesn't work s-cedilla (s,)
became s and t-cedilla(T,) bacame t .
3.Isql doesn't work (cmd.exe - windows console limits ?)
I used
SET NAMES ISO8859_2;
then
CONNECT ...
made sql script in vim /notepad
ps:
me dumb with unicode
Delphi6+Firebird+windows ?
1.created database with ISO-8859-2 charset
2.I have tried to insert with ibexpert , it doesn't work s-cedilla (s,)
became s and t-cedilla(T,) bacame t .
3.Isql doesn't work (cmd.exe - windows console limits ?)
I used
SET NAMES ISO8859_2;
then
CONNECT ...
made sql script in vim /notepad
ps:
me dumb with unicode