Hi everyone,
Maybe this is a non-sense question...
I am reading some data from an external Data Source which uses Unicode. Obviously, when this data gets written into the Navision database, the text is wrong.
Is there anyway to convert the Unicode text into ASCII text?
Using a custom C/SIDE function or an external component?
Thanks a lot,
Nelson Alberto
0
Comments
http://www.mibuso.com/dlinfo.asp?FileID=287
If it was hard to write, it should be hard to understand."
I already tried this codeunit before posting the topic.
It doesn't work to convert Unicode->ASCII
Maybe it will become useful if there is some way to convert Unicode to ANSI and then use it to convert it to ASCII...
Can you - or anyone else - think of something else?
Place it in the download section if you have it so everybody can enjoy your solution.
If it was hard to write, it should be hard to understand."
I solved the problem by trying with a different ODBC driver.
It gave me the option to use ASCII, so now Navision understands it OK
Thanks anyway,
If it was hard to write, it should be hard to understand."