Opened 18 years ago
Closed 18 years ago
#2246 closed defect (fixed)
[patch] Get Textile to work with utf-8
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Contrib apps | Version: | |
Severity: | minor | Keywords: | markup utf-8 textile |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The textile filter is currently called with the default parameters ENCODING = 'latin-1' and output = 'ascii'. Since Django uses the utf-8 charset, textile chokes on non-ascii characters - returning some sort of god-forsaken xml entity garbage. This patch calls textile with the DEFAULT_CHARSET.
Attachments (1)
Change History (2)
by , 18 years ago
Attachment: | textile-utf-8.diff added |
---|
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch to use utf-8 with textile