Modify ↓
Opened 19 years ago
Closed 19 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 19 years ago by
comment:2 Changed 19 years ago by
| 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 19 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Sorry i remove tracfrenchtranslation for the moment, i can't repeat this error. :(
Note: See
TracTickets for help on using
tickets.



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... :(