Convert a xml file encoding with UTF8 - ISO-8859-1

nav_studentnav_student Member Posts: 175
Hi guys!
i´m working with Dynamics 5.0 SP1 and i want to know if it´s possible to create a xmlport with Encoding ISO-8859-1.

The 2 option on XML Port are UTF8 and UTF-16.

Comments

  • nav_studentnav_student Member Posts: 175
    Use this tool.
    http://www.kalytta.com/tools.php

    you can use DOS Commands, using C/AL SHELL

    this command works for me:
    charsc 1.xml /scs=utf-8 /dcs=ISO-8859-1 /xml /output=c:\ /replace

    Valid character sets are:
    ISO-8859-1, ISO-8859-2, ISO-8859-3, ISO-8859-4, ISO-8859-5, ISO-8859-6, ISO-8859-7, ISO-8859-8, ISO-8859-9, ISO-8859-10, ISO-8859-11, ISO-8859-13, ISO-8859-14, ISO-8859-15, Windows-874, Windows-1250, Windows-1251, Windows-1252, Windows-1253, Windows-1254, Windows-1255, Windows-1256, Windows-1257, Windows-1258, DOS-437, DOS-737, DOS-775, DOS-850, DOS-852, DOS-855, DOS-857, DOS-860, DOS-861, DOS-862, DOS-863, DOS-864, DOS-865, DOS-866, DOS-869, DOS-874, MSMAC-CYRILLIC, MSMAC-GREEK, MSMAC-ICELAND, MSMAC-LATIN2, MSMAC-ROMAN, MSMAC-TURKISH, Apple-CENTEURO, Apple-Roman, AtariST, KOI8-R, KOI8-U, CP856, KZ-1048, CP1006, NeXT, EBCDIC-37, EBCDIC-500, EBCDIC-875, EBCDIC-1026, UTF-8, UTF-16, UTF-16BE
Sign In or Register to comment.