Modify ↓
Ticket #201 (closed defect: fixed)
Opened 8 years ago
Last modified 6 years ago
Full Unicode (utf-8) support
| Reported by: | jonas | Owned by: | jonas |
|---|---|---|---|
| Priority: | high | Milestone: | 0.7 |
| Component: | general | Version: | 0.6 |
| Severity: | major | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
The changeset log messages are already stored in utf-8 format. But they are currenly
converted into latin-1 when sent to the browser.
Trac should store all text using utf-8 (including tickets and wiki pages).
Trac should generate html with utf-8 encoding if it's supported by all of
our target browsers. If not, it has to be a config option.
Attachments
Change History
comment:1 Changed 8 years ago by jonas
- Milestone set to 0.7
- Status changed from new to assigned
comment:2 Changed 8 years ago by jonas
- Resolution set to fixed
- Status changed from assigned to closed
Fixed in [380].
Note: See
TracTickets for help on using
tickets.



Setting target to 0.7. I hope we can do the required database changes (encoding conversion)
in the 0.6→0.7 database upgrade.