Decoding of pyAttachStream can not read Japanese (UTF-8)
Hi,
Even if you decode pyAttachStream of attached file with "Default · Base64 Decode", Japanese will not be recognized correctly.
Sample Code
byte[] fileContents = Base64Util.decode(tools.getProperty(".pyAttachStream").getStringValue().getBytes());
Please let me know if you know the solution.