PDA

View Full Version : about chinese in graph


liuxh6
06-11-2006, 13:20
hi,I set Language=chinese ,now I found in graph the chinese is wrong
it display like 暈器内&#23384
I use zabbix 1.2,anyone know it?

alj
10-11-2006, 17:30
Zabbix uses european locale in mysql database by default.
Try converting database to unicode format. You can try to dump database, search&replace charset with unicode one and load it again. But I dont guarantee that it will work as since i didnt try that myself.

Alexei
10-11-2006, 18:29
I don't think it would work since ZABBIX currently uses one byte per character internally.