#14777 closed (fixed)
The "Generating CSV" doc should mention Unicode issues.
Reported by: | Adam Vandenberg | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.2 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The "Using the Python CSV library" section of the "Outputting CSV with Django" doc should speak to Unicode issues w/ Python's csv module, since Django slings unicode objects around. This project ( https://github.com/jdunck/python-unicodecsv ) attempts to be a drop-in replacement, and the docs for the csv module itself as a "UnicodeWriter" section at the bottom.
I'll work up a draft if there is interested.
Attachments (1)
Change History (5)
comment:1 by , 14 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
I've run into that issue as well, so I think a quick note would be great.