#1221 closed defect (fixed)
Wrong const DEFAULT_ENCODING in utils/text.py, should be DEFAULT_CHARSET
| Reported by: | Owned by: | hugo | |
|---|---|---|---|
| Component: | Internationalization | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
I don't know where it is used but it's the only DEFAULT_ENCODING in the source and the file imports DEFAULT_CHARSET. So DEFAULT_ENCODING looks like a typo. Patch follows.
Attachments (1)
Change History (2)
by , 20 years ago
| Attachment: | 1221.1.diff added |
|---|
comment:1 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch