firebird2.1 - Hungarian characters in Firebird database -


i cannot seem hungarian accented characters store in firebird database despite using iso8859_2 character set , iso_hun collation.

this string 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 doing wrong?

your string utf8 encoded. it's working fine ibexpert , utf8 database. make sure you're using correct character set (db connection, db column, string).


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -