From 92e0f1bb891176940ad3bf2a7f3729eb8e1424e2 Mon Sep 17 00:00:00 2001 From: vgilc Date: Mon, 23 Jun 2014 13:30:20 +0000 Subject: [PATCH] 2014-06-23 Vanessa Gil * win32/bin/pandora_agent.conf: Fixed encoding bug. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10261 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_agents/ChangeLog | 5 +++++ pandora_agents/win32/bin/pandora_agent.conf | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pandora_agents/ChangeLog b/pandora_agents/ChangeLog index 8ba9f6eef6..1cddc0106f 100644 --- a/pandora_agents/ChangeLog +++ b/pandora_agents/ChangeLog @@ -1,3 +1,8 @@ +2014-06-23 Vanessa Gil + + * win32/bin/pandora_agent.conf: Fixed encoding + bug. + 2014-06-23 Vanessa Gil * win32/bin/pandora_agent.conf: Fixed bug creating diff --git a/pandora_agents/win32/bin/pandora_agent.conf b/pandora_agents/win32/bin/pandora_agent.conf index c035c73938..665de139f6 100644 --- a/pandora_agents/win32/bin/pandora_agent.conf +++ b/pandora_agents/win32/bin/pandora_agent.conf @@ -67,8 +67,8 @@ server_port 41121 # (only works on enterprise version). Set to 0 to disable it remote_config 0 -# Set XML encoding (ISO-8859-1 by default). -encoding UTF-8 +# Set XML encoding (ISO-8859-1 by default). You can set encoding UTF-8 for Windows 7 or higher +#encoding ISO-8859-1 # If set to 1 start Drone Agent's Proxy Mode # proxy_mode 1