Modify

Opened 17 years ago

Closed 17 years ago

#1186 closed defect (invalid)

WikiFormatting, WikiMacros and WikiProcessors problems (UnicodeEncodeError)

Reported by: anonymous Owned by: Emmanuel Blot
Priority: highest Component: TracFrenchTranslation
Severity: blocker Keywords: unicode
Cc: Trac Release: 0.10

Description

problems :

UnicodeEncodeError: 'ascii' codec can't encode character u'\xe8' in position 11: ordinal not in range(128)

Why ? Python problem ?

(Trac 0.10.3 and TracFrenchTranslation with PythonOption TracLocale "fr_FR.utf-8" on apache conf)

Attachments (0)

Change History (3)

comment:1 Changed 17 years ago by psicot@…

anonymous is me.

{{{
#!html
<h1 style="color: orange">This is raw HTML</h1>
}}}

works,

{{{
#!rst
A header
--------
This is some **text** with a footnote [*]_.

.. [*] This is the footnote.
}}}

fails... :(

comment:2 in reply to:  description Changed 17 years ago by anonymous

Keywords: unicode added

Replying to anonymous:

UnicodeEncodeError: 'ascii' codec can't encode character u'\xe8' in position 11: ordinal not in range(128)

The full backtrace would help to locate the issue.

comment:3 Changed 17 years ago by psicot@…

Resolution: invalid
Status: newclosed

Sorry i remove tracfrenchtranslation for the moment, i can't repeat this error. :(

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Emmanuel Blot.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.