Cannot find file with special character in name using text_io.fopen
Hi
I am having trouble with opening file "nõue.pdf" in Form application using text_io.fopen.
It says "cannot find file" and after that ofcouse it cannot open it in form "Error viewing file: Host command failed:"
Removing õ (Estonian character) finds file.
Forms .env file has NLS_LANG=ESTONIAN_ESTONIA.AL32UTF8
OAS is on windows 2012 platform.
Seems like somewhere the charset is not UTF8...what am I missing?