Function Utf82Ansi is missing from System Lib
benjamin-lochmann-riedmann opened this issue · 6 comments
Function Utf82Ansi is missing from System Lib.
Tested with XSharp Cahors 2.19.0.2
Benjamin,
In what context are you using this?
Hi Robert,
I am using this function in a VO application, which I have to migrate
Benjamin, Robert is asking what is the context in the VO code where you are using this function. Where and how are you reading the input string, where and how are you using the output string etc. In .Net, there are no ansi strings, they are always unicode, so possibly you don't even need to call Utf82Ansi() at all, but it depends on the context where it is used.
Got it, I will check this
Utf82Ansi was called by obsolete code.
For now, we don't need this function in X#
OK, thanks for your feedback Benjamin!