Ticket #70 (closed enhancement: fixed)

Opened 4 months ago

Last modified 4 months ago

Use unicode in XML files

Reported by: SebastianMarsching Assigned to: SebastianMarsching
Priority: minor Milestone: 0.13.1
Component: Core (general) Version:
Keywords: encoding charset iso-8859-1 utf-8 unicode xml Cc:

Description (Last modified by SebastianMarsching)

Although Pustefix is fully Unicode compatible, a lot of XML files in Pustefix (static as well as generated ones) still use the ISO-8859-1 encoding instead of UTF-8.

We take a look at all XML files and all code that generates XML files and change to UTF-8 encoding where possible.

Change History

09/08/08 09:42:11 changed by SebastianMarsching

  • status changed from new to assigned.
  • resolution set to fixed.
  • description changed.
  • milestone changed from 0.13.2 to 0.13.1.

Working on this

09/08/08 11:17:32 changed by SebastianMarsching

  • status changed from assigned to closed.

Some old migration code still uses ISO-8859-1, but all recent code is now using UTF-8.