Edgewall Software
Modify

Opened 17 years ago

Closed 16 years ago

Last modified 16 years ago

#6310 closed defect (fixed)

/trunk/trac/db/mysql_backend.py: wrong encoding

Reported by: fromagxo@… 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 Christian Boos, 17 years ago

Milestone: 0.11.1

It should actually be utf-8 like all the other source files.

comment:2 by Jonas Borgström, 16 years ago

Resolution: fixed
Status: newclosed

I fixed this back in r6652 but forgot to close this ticket.

comment:3 by Christian Boos, 16 years ago

Milestone: 0.11.10.11

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.