- 
    
Incident report
 - 
    Resolution: Fixed
 - 
    
Trivial
 - 
    1.8.10
 
UTF-8 log characters are garbled if we don't set "encoding" parameter in log[] key on windows
Behavior of character encoding conversion is different between windows and others if encoding parameter is empty.
- Windows: Zabbix agent set encoding to ANSI, convert to UTF-8
 - Others(Linux/Unix...): return character as it is
 
I think it's better to return character as it is on windows if encoding parameter is empty.