chameleon should escape characters that can't be represented in the output encoding

Bug #352399 reported by Sidnei da Silva
2
Affects Status Importance Assigned to Milestone
Chamelon Core
Fix Released
Medium
Malthe Borch

Bug Description

If a character from the source template cannot be represented in the output encoding, it should be escaped. Using a numeric character representation (NCR), which is guaranteed to work in any encoding, is recommended.

For example, if the following text is found in the source template:

    You can’t vote in this poll

...and the requested output encoding is 'latin-1', then the generated output must be:

    You can’t vote in this poll

Sidnei da Silva (sidnei)
Changed in chameleon.core:
assignee: nobody → mborch
importance: Undecided → Medium
status: New → Confirmed
Revision history for this message
Sidnei da Silva (sidnei) wrote :

Malthe beat me to it. Fix was already released.

Changed in chameleon.core:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.