Importing UTF8 into Navision

I’ve had a few dataports which have been working fine for years, and now I’m getting all the french accent which are not properly integrated into Navision

I’ve been using successuly the ASCII <-> ANSI codeunit developed by Navision and I wondering if there’s a ASCII <-> UTF8 function available somewhere …

Not sure if ASCII <-> UTF 8 function is available or not. For UTF 8, I usually use XMLport because XMLport can handle it.

Check this automation http://dynamicsuser.net/blogs/nunomaia/archive/2007/10/31/nav-codepage-encoding-converter-2.aspx

Thanks for sharing this Muno, but I’m looking for something written in CAL code pretty much like the ASCII <-> ANSI conversion routine, since I try to avoid as much as possible using third party tool to avoid too many dependencies.

At least when something is broken or no longer work (after an OS upgrade or after applying a service pack) I can fix it, but over a third party tool I’ve no control whatsoever …

Anyway if I’ve not other option, I might decide to go to the DLL route …

Did you find something?