Special characters in Bibtex export
Hi all,
I have had that problem for a while now and have been OK with manually fixing the .bib file so far, but it is getting tedious with more and more of my entries having the issue.
Some special characters (e.g. the Polish ł) get exported as a question mark. Since other special characters get exported correctly to their TeX encoding (e.g. the croatian ć gets exported as \'{c}, I assume it should be possible to stick the correct TeX encoding for the characters that don't have them yet (for ł, the code is \l{} and \L{} for the capital equivalent).
Regards,
Francois
I have had that problem for a while now and have been OK with manually fixing the .bib file so far, but it is getting tedious with more and more of my entries having the issue.
Some special characters (e.g. the Polish ł) get exported as a question mark. Since other special characters get exported correctly to their TeX encoding (e.g. the croatian ć gets exported as \'{c}, I assume it should be possible to stick the correct TeX encoding for the characters that don't have them yet (for ł, the code is \l{} and \L{} for the capital equivalent).
Regards,
Francois
I was indeed using "UTF-8 without BOM". Using UTF-8 corrects the issue by just exporting the characters as they are. I will be using it from now on, I guess, and until I need to do otherwise.
When I have the time, I will go through the mapping table and add some of the missing characters. Promise.
We'll fix this. Thanks.