RDP1974 40 Posted January 12, 2021 hello, using Delphi 10.4.1 I do a soap call using XML.OmniXMLDom for Linux target and I get EEncodingError "No mapping for the unicode character exists in the target multi-byte code page" Seeing raw stream the remote server is sending bad codes for some Francais characters (out from the map). Do you know how to set HTTPRIO to ask UTF-8 unicode xml instead of multi-byte code page? Thank you Share this post Link to post
RDP1974 40 Posted January 13, 2021 solved, was not a problem of Delphi that works perfectly was a problem in a remote swiss server of a customer Share this post Link to post
ajp 0 Posted January 20, 2021 (edited) Hi @RDP1974 I have the same issue with a RADServer application developed with 10.4, running on a customer's IIS server. I could not figure it out how to fix this. Could you please tell us, how was this solved ? Edited January 20, 2021 by ajp forgot version. Share this post Link to post
RDP1974 40 Posted January 20, 2021 client cannot be solved, also trying different xml parsers problem was solved server-side Share this post Link to post
ajp 0 Posted January 20, 2021 @RDP1974 so it means, the server application has to be modified. I will check this. Thank you ! Share this post Link to post
ajp 0 Posted January 20, 2021 I updated the IDE to 10.4.1 and the issue is gone ! No change in code or server settings. Thank you! Share this post Link to post