Xml file convert from ansi format to UTF-8 format

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Hasna
    New Member
    • Jan 2008
    • 1

    Xml file convert from ansi format to UTF-8 format

    I am having list of xml file in ansi format, i want to convert xml file to UTF-8 format.
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by Hasna
    I am having list of xml file in ansi format, i want to convert xml file to UTF-8 format.
    I assume you mean 'ASCII', not 'ansi'. If that is true your file already is in UTF-8 format.
    Have a look here.

    kind regards,

    Jos

    Comment

    • BigDaddyLH
      Recognized Expert Top Contributor
      • Dec 2007
      • 1216

      #3
      What does the first line look like? Does it define an encoding like this:

      [HTML]<?xml version="1.0" encoding="UTF-8"?>[/HTML]

      Comment

      Working...