Opened 19 years ago
Closed 19 years ago
#2246 closed defect (fixed)
[patch] Get Textile to work with utf-8
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.
Change History (2)
by , 19 years ago
Attachment: | textile-utf-8.diff added |
---|
comment:1 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch to use utf-8 with textile