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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

android - How to create dynamically Fragment pager adapter -