-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Codepage #1
Comments
I found how resolve this `--- nagibot.pl--- 2017-05-03 12:14:43.202990000 +0300 use vars qw($event $timer_event $io_event $connection $disco $muc $terminating); @@ -295,15 +296,15 @@
` |
This applies the patch from ajobs#1 Thanks to @StreamThreader
HI, please help.
In nagios i use Cyrillic text for some fields (for example host description).
Nagibot works fine, but Cyrillic text it send in unknown encoding.
I trying use iconv but can not find right codepage.
Nagios (printf) send text to fifo pipe as UTF-8, but client view
"��новной �е�минал�н�й �е�ве�"
instead normal
"Основной терминальній сервер"
How i can tune message encoding ?
The text was updated successfully, but these errors were encountered: