From 309b1ba5d5d18ac96ef55e4130d7e8f97b3e908c Mon Sep 17 00:00:00 2001 From: slerena Date: Mon, 16 Nov 2009 20:47:47 +0000 Subject: [PATCH] 2009-11-16 Sancho Lerena * pandora_agent: Updated default encoding to iso-8859-1 instead iso-8859-15, because in some systems this encoding is not installed and don't work :-(. Thanks for summa_sp for report this. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2110 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_agents/unix/ChangeLog | 6 ++++++ pandora_agents/unix/pandora_agent | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/pandora_agents/unix/ChangeLog b/pandora_agents/unix/ChangeLog index 6ba9ccff0a..145039f6df 100644 --- a/pandora_agents/unix/ChangeLog +++ b/pandora_agents/unix/ChangeLog @@ -1,3 +1,9 @@ +2009-11-16 Sancho Lerena + + * pandora_agent: Updated default encoding to iso-8859-1 instead + iso-8859-15, because in some systems this encoding is not installed + and don't work :-(. Thanks for summa_sp for report this. + 2009-11-06 Raul Mateos * *.conf: Updated URL and some small fixes. diff --git a/pandora_agents/unix/pandora_agent b/pandora_agents/unix/pandora_agent index 9c9e65ed65..08da65556b 100755 --- a/pandora_agents/unix/pandora_agent +++ b/pandora_agents/unix/pandora_agent @@ -15,7 +15,7 @@ use File::Basename; use File::Copy; use constant AGENT_VERSION => '3.0'; -use constant AGENT_BUILD => '091103'; +use constant AGENT_BUILD => '091118'; # OS and OS version my $OS = $^O; @@ -41,7 +41,7 @@ my %Conf = ( 'agent_name' => hostname (), 'description' => '', 'group' => '', - 'encoding' => 'ISO-8859-15', + 'encoding' => 'ISO-8859-1', 'server_port' => 41121, 'transfer_mode' => 'tentacle', 'server_pwd' => '',