Options

nav 2013 - encoding a (unicode) string to ISO-8859-1

jensthomsenjensthomsen Member Posts: 173
edited 2014-01-21 in NAV Three Tier
I have written a XML file via DotNet components in Nav2013. The XML should be ISO-8859-1 encoded, so the namespace looks like tihs:
<?xml version="1.0" encoding="ISO-8859-1" ?>
But just saving this xml doesn't make it ISO-8859-1 encoded?? For example I need to write the danish characters æøåÆØÅ into som of the tags.

The resulting xml is send to webservice via XMLHTTPRequest.
Sign In or Register to comment.