Modify ↓
Opened 20 years ago
Closed 20 years ago
#1378 closed defect (invalid)
Wrong character encoding in some files.
Reported by: | Manuzhai | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.8.1 |
Severity: | normal | Keywords: | |
Cc: | manuzhai@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
In trac-admin, trac.cgi and trac.fcgi, on the second line it says that the encoding is iso8859-1, when in fact it should probably be iso-8859-1. This causes some bugs (but apparently only for some people).
Attachments (0)
Note:
See TracTickets
for help on using tickets.
The Python documentation (<http://docs.python.org/lib/standard-encodings.html>) clearly states that latin_1, iso-8859-1, iso8859-1, 8859, cp819, latin, latin1, and L1 are all aliases for the same encoding.