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