Open
Description
While writing my own plugin I ran into an issue with results generated from my worker plugin. The default encoding for windows is cp1252 (in most western countries), which only supports 256 characters. It is not uncommon for malware to include various special characters or other languages, which would fail when trying to write an invalid character to a file with cp1252 encoding.
Furthermore it is also not obvious to a user what is at fault here the worker plugin (which there may be many of, making it even more ambiguous) or the connector plugin.

In order to better support windows the writing on results should either
- Write in binary mode
- Specify an encoding to accommodate more characters, such as utf-8
Metadata
Metadata
Assignees
Labels
No labels