Hello,
I am trying to convert a simple text from Unicode to UTF-8 because our Webservice can't handle Unicode.
I couldn't find any NAV native functions to do this and after trying to find a solution online for a couple hours I find my self here.
NAV Version: BC14.12
Any help is appreciated
0
Answers
NAV has a TextEncoding parameter when creating streams, a text encoding property for XMLPorts, and you can use DotNet in order to do conversions. When dealing with web services one, or both of the latter probably will serve you.
By the way: UTF-8 is Unicode. Did you mean UTF-16?