Package: tellico Version: 0.13.1-1
I opened tellico, created a new bibliography, entered one entry, type book containing the title: "Umlautetest: �b �b �b b� b� b�".
Exporting this bibliography to bibtex (File --> Export --> Export to bibtex) and saved it as test.bib.
$test.bib===========================================================
@comment{Generated by Tellico 0.13.1}
@book{test:bib,
title = {Umlautetest: {\"A}b �b \"{U}b B{\"a} B{\"o} B\"{u}},
author = {Wieders{\"o}ch, J.}
}
====================================================================Here �, � and � are handled correctly to {\"A} etc.,� (capitals) is NOT changed to Bibtex/Latex conventions and
both � and � are leading to bibtex/latex errors:
� should translate to {\"U}
� should translate to {\"u}Importing a large bibtex database, editing it in tellico and exporting it again could potentially destroy the whole database. Ie, rendering it unreadable by other bibtex applications.
@comment-line at the beginning of the generated output file potentially also leads to error messages in other bibtex-applications.
Johannes Wiedersich

