I have a long text file that uses apparently different encodings in subsequent blocks of text (iso or utf-8). This is the result of adding text using >> file.biband copying and pasting from various sources (web pages).
Blocks can be distinguished in principle, since they are bibtexrecords
@article{key, author={lastname, firstname}, ...}
I would like to convert it to a utf-8 coherent file, as it seems to break my bibtex viewer (kbibtex). I know what I can use iconvto convert the encoding of entire files, but I would like to know if there is a way to fix my file without damaging some of the records.
source
share