Modify ↓
#2337 closed defect (fixed)
Textile Unicode support
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | 0.9.3 |
Component: | wiki system | Version: | 0.9 |
Severity: | normal | Keywords: | textile, wiki, pytextile |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
When providing unicode text inside !#textile formatted block the nonlating characters got corrupted.
Patch follows.
Attachments (1)
Change History (4)
by , 19 years ago
Attachment: | txtl.py-unicode.patch added |
---|
comment:1 by , 19 years ago
Milestone: | 0.9.1 → 0.9.2 |
---|
comment:2 by , 19 years ago
The textile
module from http://dealmeida.net/projects/textile/ doesn't
seem to have input_encoding
and output_encoding
parameters… instead,
it has an encoding
parameter for the input encoding, and always outputs
ASCII with XML character references.
Note:
See TracTickets
for help on using tickets.
Patch that corrects the bug