Jimmy Hansen
24-Apr-2023, 07:13 AM
Hi all
We are having huge problems migrating our application to DF20, so any help is welcome!
1. Readln/Read_Block/WriteLn/Write works differently. It seems, now we have to make a OemToUtf8 convertion when reading an ANSI/OEM file, and I guess the other way around when writing. Any way to avoid this?
2. ToOem/Utf8ToOem doesn't work as expected. In DF19, the danish character "Å" gets translated to "_". In DF20, neither ToOem or Utf8ToOem gives me this result. (ToAnsi have the same issue). Beside this error, it also looks like we have to change a lot of the ToOem/ToAnsi convertions we are doing today.
Are we supposed to make corrections to our code every place we use Read/Write and every place we use toAnsi/ToOem? Thats a big task in a large application!
Thanks in advance
We are having huge problems migrating our application to DF20, so any help is welcome!
1. Readln/Read_Block/WriteLn/Write works differently. It seems, now we have to make a OemToUtf8 convertion when reading an ANSI/OEM file, and I guess the other way around when writing. Any way to avoid this?
2. ToOem/Utf8ToOem doesn't work as expected. In DF19, the danish character "Å" gets translated to "_". In DF20, neither ToOem or Utf8ToOem gives me this result. (ToAnsi have the same issue). Beside this error, it also looks like we have to change a lot of the ToOem/ToAnsi convertions we are doing today.
Are we supposed to make corrections to our code every place we use Read/Write and every place we use toAnsi/ToOem? Thats a big task in a large application!
Thanks in advance