Menu

#11 Weird encoding shows up for macker-report.xml on Windows

0.4.1
closed-fixed
3
2003-09-06
2003-08-26
No

The encoding for the Macker report I get running on
Windows is "Cp1252" (???), which causes Eclipse to
choke on the XML validation.

Maybe it should just always use UTF-8 or ... something.

Discussion

  • Paul Cantrell

    Paul Cantrell - 2003-08-26
    • summary: Weird encoding shows up for macker-report.xml --> Weird encoding shows up for macker-report.xml on Windows
     
  • Paul Cantrell

    Paul Cantrell - 2003-08-26

    Logged In: YES
    user_id=41726

    Apprently the encoding is properly named "windows-1252" --
    don't know why Java doesn't know that.

    Perhaps it's best just to always use UTF-8?

     
  • Paul Cantrell

    Paul Cantrell - 2003-09-06

    Logged In: YES
    user_id=41726

    Xerces encoding map doesn't know about Cp1252.

    Just forced it to always be UTF-8 -- seems easiest.

     
  • Paul Cantrell

    Paul Cantrell - 2003-09-06
    • status: open --> closed-fixed
     

Log in to post a comment.