Modify ↓
Opened 17 years ago
Closed 17 years ago
#1786 closed enhancement (wontfix)
Cannot work in Traditional-Chinese environment
Reported by: | emisjerry | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | normal | Component: | CsvMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description (last modified by )
My page encoded in UTF-8, after typing Chinese in the CSV cells, it displays some question marks.
Sample:
#!CSV 123 123 123 123 234 234 234 234 第一格 第二格 第3格 four
Attachments (0)
Change History (1)
comment:1 Changed 17 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Unfortunately the Python
csv
module does not support Unicode :(There's nothing that can be done to fix this, short of including a fixed CSV module.