Charset
Hello
I'm french and there are é, è, à, and so.
It is not "Herv" but "Hervé". It is not "Qualit" but "Qualité Informatique"
"Annuaire téléphonique" is ok.
I'm having problems with code page.
The reason?
http://support.qualite-info.fr/hb22/FOP2-PB-accents.jpg
I'm french and there are é, è, à, and so.
It is not "Herv" but "Hervé". It is not "Qualit" but "Qualité Informatique"
"Annuaire téléphonique" is ok.
I'm having problems with code page.
The reason?
http://support.qualite-info.fr/hb22/FOP2-PB-accents.jpg
Comments
php.ini
; default_charset = "iso-8859-1"
default_charset = "utf-8"
my.cnf
[mysqld]
init_connect='SET NAMES utf8; SET collation_connection = utf8_general_ci;'
default-character-set = utf8
default-collation = utf8_unicode_ci
character-set-server = utf8
collation-server = utf8_unicode_ci
skip-character-set-client-handshake
[client]
default-character-set = utf8
However, there is an .htaccess file in fop2 html directory that sets the character set to utf8, and we use spanish characters with the stock fop2 configuration and mysql configuration that comes with pbx in a flash and elastix and we do not have that problem.
Your solution will come handy for trouble installations. Thanks!
Open through http encoding all good.
Through https bad.
http + var disableWebSocket = true; bad
http + var disableWebSocket = false; ok
So, I think I will leave that change for the upcoming 2.29, so anyone with wide characters on buttons and using xmlsockets instead of standard websockets will not have issues.