diff --git a/pandora_agents/win32/bin/pandora_agent.conf b/pandora_agents/win32/bin/pandora_agent.conf index e2c15f8659..7693fba42f 100644 --- a/pandora_agents/win32/bin/pandora_agent.conf +++ b/pandora_agents/win32/bin/pandora_agent.conf @@ -75,6 +75,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 @@ -373,3 +376,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