https://bugs.kde.org/show_bug.cgi?id=364806
Bug ID: 364806
Summary: Accents incorrectly saved in LaTeX encoding mode
Product: KBibTeX
Version: git (master)
Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: Loading/saving files
Assignee: [email protected]
Reporter: [email protected]
Accents are not correctly saved, I think, when LaTeX encoding is used. Fro
example, the following is saved for an acute accent on 'e':
\'{e}
when it should be:
{\'e}
Reproducible: Always
Steps to Reproduce:
1. Use an accent in an author's name or any other field
2. Save the file using LaTeX encoding
3. Look at the resulting text file.
Actual Results:
\'{e} is saved.
Expected Results:
{\'e} should be saved.
The sequence "{e}" does nothing in LaTeX so "\'{e}" is the same as "\'e". The
brackets however need to surround the whole construct, as in "{\'e}" to protect
it.
--
You are receiving this mail because:
You are watching all bug changes.