So UTF-8 WORKS or NOT?
Posted: 22.05.2011, 18:43
I saw in forum many, many people have problems with encoding. My SQLite 3 data file uses UTF8 encoding, but this awesome component returns strange chars, not the ones should be. I added bunch of lines in connection properties-does not help.
SO does this component have support for UTF8 or not? Why it's not working for everybody?
Code: Select all
character_set_client=utf8
character_set_connection=utf8
character_set_database=utf8
character_set_results=utf8
character_set_server=utf8
character_set_system=utf8
collation_connection=utf8_general_ci
collation_database=utf8_general_ci
collation_server=utf8_general_ci
Codepage=utf8