Hello.
Can I use cyrillic characters when drawing text in Zabbix graphs? Maybe I'm doing something wrong, because currently cyrillic strings are not displayed (displayed as unreadable characters). I suppose this is more PHP/GD issue than a Zabbix one, but maybe someone knows how to deal with this? Or maybe I should use different (i.e. UTF-8) encoding? (I use windows-1251 for now).
Some useful links:
GD KOI8 fonts
Terminus font collection and some useful tools
Tool: trbdf - convert BDF-font from one encoding to other
Can I use cyrillic characters when drawing text in Zabbix graphs? Maybe I'm doing something wrong, because currently cyrillic strings are not displayed (displayed as unreadable characters). I suppose this is more PHP/GD issue than a Zabbix one, but maybe someone knows how to deal with this? Or maybe I should use different (i.e. UTF-8) encoding? (I use windows-1251 for now).
Some useful links:
GD KOI8 fonts
Terminus font collection and some useful tools
Tool: trbdf - convert BDF-font from one encoding to other
I've found answer for the question above. It's defitively a GD issue. One should find appropriate fonts for particular encoding and recompile GD library, because Zabbix uses GD built-in fonts and they contain only latin characters (AFAIK). Will try to do so soon
Comment