Ticket #62 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

Inconsistent handling of character sets

Reported by: hannes Assigned to: hannes
Priority: normal Milestone: 5.0 Stable
Component: General Version: 5.0 RC4
Severity: major Keywords:
Cc: Pending: 0

Description (Last modified by hannes)

Internally, UTF-8 should be used everywhere. The $SETTINGS['encoding'] directive should only be applied directly before output.

  • set database table collation in installer
  • always use UTF-8 when encoding and decoding html entities in PHP
  • let iconv run over whole tree in the very end to heed output setting

Attachments

Change History

2007-12-20 09:04:59 changed by hannes

  • status changed from new to assigned.

2007-12-21 19:35:12 changed by hannes

  • description changed.

2007-12-25 22:24:50 changed by hannes

  • status changed from assigned to closed.
  • resolution set to fixed.

done in changesets [105], [106], [109] and [111]


Add/Change #62 (Inconsistent handling of character sets)




Action