baanware
12th October 2012, 11:35
Hi
I have been using the XML functions for a long period - basically they work fine. There is one important facility which is missing though, which makes the facilities almost un-useable: the ability to use other encodings other that UTF-8.
I have an on-line interface running between LN and a .net application. All information is exchanged in XML-strings. The solution is a global solution, and we need to exchange data in 25+ different languages.
.net only works in UNICODE mode whereas the standard LN XML parser / generator works in UTF-8 mode (even though the database behind LN works in UNICODE). Every time we have information containing country/language-specific characters, we have serious problems.
I have seen several threads on similar issues, but no solutions. My question is therefore: Has anybody any experiences in accessing an external parser/generator from the inside of LN (Tools Development)?
Has anybody successfully been able to replace or extend the standard XML tools from Infor?
Thanks!
I have been using the XML functions for a long period - basically they work fine. There is one important facility which is missing though, which makes the facilities almost un-useable: the ability to use other encodings other that UTF-8.
I have an on-line interface running between LN and a .net application. All information is exchanged in XML-strings. The solution is a global solution, and we need to exchange data in 25+ different languages.
.net only works in UNICODE mode whereas the standard LN XML parser / generator works in UTF-8 mode (even though the database behind LN works in UNICODE). Every time we have information containing country/language-specific characters, we have serious problems.
I have seen several threads on similar issues, but no solutions. My question is therefore: Has anybody any experiences in accessing an external parser/generator from the inside of LN (Tools Development)?
Has anybody successfully been able to replace or extend the standard XML tools from Infor?
Thanks!