[Koha] Z39.50 encoding problem (tested on 2 koha servers)
anjoze
joseanjos at gmail.com
Thu Jul 6 01:14:06 NZST 2017
I've looked at tables with Workbench and all tables have Collation set
utf8_unicode_ci
Then I've added to my mysql conf:
/[client]
default-character-set=utf8
[mysql]
default-character-set=utf8
[mysqld]
collation-server = utf8_unicode_ci
init-connect='SET NAMES utf8'
character-set-server = utf8/
Then:
mysql> SHOW VARIABLES LIKE '%char%';
+--------------------------+----------------------------+
| Variable_name | Value |
+--------------------------+----------------------------+
| character_set_client | utf8 |
| character_set_connection | utf8 |
| character_set_database | utf8 |
| character_set_filesystem | binary |
| character_set_results | utf8 |
| character_set_server | utf8 |
| character_set_system | utf8 |
| character_sets_dir | /usr/share/mysql/charsets/ |
+--------------------------+----------------------------+
Still have the same problem with Z39.50 characters.
-----
Koha version: 16.05.05
- -
José Anjos
--
View this message in context: http://koha.1045719.n5.nabble.com/Z39-50-encoding-problem-tested-on-2-koha-servers-tp5938540p5939186.html
Sent from the Koha-general mailing list archive at Nabble.com.
More information about the Koha
mailing list