Modify ↓
#6310 closed defect (fixed)
/trunk/trac/db/mysql_backend.py: wrong encoding
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | 0.11 |
Component: | general | Version: | |
Severity: | minor | Keywords: | encoding |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
there is
# -*- coding: iso8859-1 -*-
there should be
# -*- coding: iso-8859-1 -*-
Attachments (0)
Change History (3)
comment:1 by , 17 years ago
Milestone: | → 0.11.1 |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I fixed this back in r6652 but forgot to close this ticket.
comment:3 by , 16 years ago
Milestone: | 0.11.1 → 0.11 |
---|
Note:
See TracTickets
for help on using tickets.
It should actually be utf-8 like all the other source files.