Accented Characters in BibTeX Export
There is a lengthy mapping table in BibTeX.js, yet when exporting I seem to get BibTeX files that contain accented characters.
e.g. Müller instead of M\"uller
Is this the way the code is supposed to work?
Of course I could set the encoding in LaTeX, but then what is the mapping table doing?
e.g. Müller instead of M\"uller
Is this the way the code is supposed to work?
Of course I could set the encoding in LaTeX, but then what is the mapping table doing?
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
With utf-8, you get unescaped utf-8 characters (e.g. for BibLaTex users and other utf-8 compatible bibtex implementations).
For other export encodings (I believe the ISO's e.g.) accented characters etc. are escaped.