Modify ↓
Ticket #2337 (closed defect: fixed)
Opened 7 years ago
Last modified 6 years ago
Textile Unicode support
| Reported by: | Myroslav Opyr <myroslav@…> | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9.3 |
| Component: | wiki system | Version: | 0.9 |
| Severity: | normal | Keywords: | textile, wiki, pytextile |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
When providing unicode text inside !#textile formatted block the nonlating characters got corrupted.
Patch follows.
Attachments
Change History
Changed 7 years ago by Myroslav Opyr <myroslav@…>
- Attachment txtl.py-unicode.patch added
comment:1 Changed 6 years ago by cmlenz
- Milestone changed from 0.9.1 to 0.9.2
comment:2 Changed 6 years ago by cmlenz
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.
comment:3 Changed 6 years ago by cmlenz
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



Patch that corrects the bug