From 49af9d13ceef2865b79cb991d9be69ab7d34c69d Mon Sep 17 00:00:00 2001 From: fermin831 Date: Tue, 15 Sep 2015 18:22:49 +0200 Subject: [PATCH] Added config_file_encoding and an example of module_native_encoding to pandora_agent.conf --- pandora_agents/win32/bin/pandora_agent.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pandora_agents/win32/bin/pandora_agent.conf b/pandora_agents/win32/bin/pandora_agent.conf index 2ccee4b149..b33c9bf9ed 100644 --- a/pandora_agents/win32/bin/pandora_agent.conf +++ b/pandora_agents/win32/bin/pandora_agent.conf @@ -78,6 +78,9 @@ remote_config 0 # XML encoding (ISO-8859-1 by default). Most windows servers experience problems when you set to UTF-8. Other special codepages may be specified here. #encoding ISO-8859-1 +# Config file encoding. Some windows text editors has ANSI default and others UTF-8 +#config_file_encoding UTF-8 + # If set to 1 start Drone Agent's Proxy Mode # proxy_mode 1 @@ -377,3 +380,12 @@ module_end #module_exec echo 5 #module_description Postcondition test module #module_end + +#Example of when module_native_encoding is necessary +#Dont uncomment module_native_encoding tag to see the difference +#module_begin +#module_name Accent_example +#module_type generic_data_string +#module_exec echo Bordón +#module_native_encoding OEM +#module_end