2014-07-11 Hirofumi Kosaka <kosaka@rworks.jp>
* util/pandora_manage.pl: To handle multi-byte strings in command line arguments (assumes utf-8). git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10337 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
091ed258dd
commit
292aa7f6f1
|
@ -1,3 +1,8 @@
|
|||
2014-07-11 Hirofumi Kosaka <kosaka@rworks.jp>
|
||||
|
||||
* util/pandora_manage.pl: To handle multi-byte strings in
|
||||
command line arguments (assumes utf-8).
|
||||
|
||||
2014-07-08 Vanessa Gil <vanessa.gil@artica.es>
|
||||
|
||||
* util/pandora_manage.pl: Fixed problem
|
||||
|
|
|
@ -29,6 +29,10 @@ use PandoraFMS::DB;
|
|||
use PandoraFMS::Core;
|
||||
use PandoraFMS::Config;
|
||||
|
||||
# To handle 'UTF-8' encoded string in command like arguments (similar to "-CA" option for perl)
|
||||
use Encode::Locale;
|
||||
Encode::Locale::decode_argv;
|
||||
|
||||
# version: define current version
|
||||
my $version = "5.1 PS140630";
|
||||
|
||||
|
|
Loading…
Reference in New Issue