Ticket #2548 (closed defect: duplicate)

Opened 5 years ago

Last modified 5 years ago

Error when ticket contains accents

Reported by: ngryman Assigned to: mgood
Priority: normal Component: WikiTicketCalendarMacro
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description

Hi, I've got this error when any of my ticket contains an accent (i'm french):

Error: Macro WikiTicketCalendar(*,*) failed

ascii<div style="font-size: 9px; color: #000000" align="left">Title with accent (é) (<a href="/ticket/46" title='Content with accent (é)' target="_blank">keyword1 keyword2 - ngryman</a>

I think it come from the encoding, but my knowledge of python is very limited. I tried a solution given in the ticket #64, without success.

Attachments

Change History

(follow-up: ↓ 2 ) 06/19/08 09:16:48 changed by anonymous

  • status changed from new to closed.
  • resolution set to duplicate.

Like alex wrote, the problem with special chars can be fixed like that: '...by changing the line "from cStringIO import StringIO" to "from StringIO import StringIO".'

See also: #3159

(in reply to: ↑ 1 ) 06/19/08 09:30:11 changed by anonymous

Replying to anonymous:

Like alex wrote, the problem with special chars can be fixed like that: '...by changing the line "from cStringIO import StringIO" to "from StringIO import StringIO".' See also: #3159

The patch can be found here: #2617


Add/Change #2548 (Error when ticket contains accents)




Change Properties
Action