I cannot seem to get Hungarian accented characters to store properly in my Firebird database despite using ISO8859_2 character set and ISO_HUN collation.
This string for example:
Magyar Képzőművészeti Egyetem, Festő szak, mester: Klimó Károly
gets displayed as
Magyar Képzomuvészeti Egyetem, Festo szak, mester: Klimo Karoly
What am I doing wrong?
óandáare stripped as well: those should be in latin1 as well (to which latin2 usually falls back) - Andras Deakselect 'Képzőművészeti' from RDB$DATABASE- Mark Rotteveel