Encoding of file flips between ascii and latin1 (iso-8859-1)
Hi All
We have a custom Application engine which generates files which we have implemented using file layout, we open the file with default charset (parameter "A" is passed to getfile function) and write the content to file in Peoplecode. hence we expect the file generated to have the same encoding defined at process config level (which is latin-1). However in some scenarios the file generated has ascii encoding.
At linux level , locale charmap is also set to latin1.
Any idea why the file is generated using ascii encoding?