On 2014-10-18, Jürgen Spitzmüller wrote:
> Am Samstag 18 Oktober 2014, 16:59:27 schrieb Wolfgang Engelmann:
>> |Thats of course much easier. Would the command for conversion from 

>> UTF-8 to |

>> ISO8859_15 be:
>> |recode -d u8..l9 myFile.bib > myNewFile.bib

> Yes. u8 is the shortcut for utf-8, l9 for latin9.

But, then it is also easy to change it to LaTeX-ASCII

    recode -d u8..LaTeX myFile.bib > myNewFile.bib
    
with the advantage, that you can use the bib file also with UTF-8-encoded
documents.

Günter    


Reply via email to