Hi team,
When using a JOBF (file transfer job) or a JOBS (doing an echo "xxx" > file_name), the output file is not recognized properly :
This may happen on Unix & Windows servers depending on the local charset.
Release : 12.3
Component : AUTOMATION ENGINE
The main problem is, that we use ASCII internally everywhere (1 byte) for chars, and when using utf8 non-english chars are represented with more bytes, which causes problems.