Modify ↓
Opened 8 years ago
Last modified 7 years ago
#12959 new defect
Accented characters in author entry
Reported by: | ntmlod | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | TracBibPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
At first every accented character was not handle well by bibtexparser.py
owing to the use of the original LaTeX syntax with escaped codes i.e. for example \'{e}
. So I have modified our original BibTeX file by putting everything inside braces.
It solved almost all typos but I still have some for the author entry. Instead of the good characters I find the Unicode codes è
, é
and ú
respectively for é
, è
and '
characters.
Give a try to modify default_charset
to iso-8859-1
(latin1) or iso-8859-15
(latin9) but no success.
Attachments (0)
Note: See
TracTickets for help on using
tickets.