Re: encoding problem using biblatex?

2014-04-28 Thread Jürgen Spitzmüller
2014-04-28 14:29 GMT+02:00 Neal Becker:

 I tried
 bibtex8 blah.bib

 I tried setting inputenc to utf8 in doc preamble.  Any ideas here?


bibtex8 does not support unicode, only 8-bib encodings (as the name
implies). If you need utf8, there is no way around biber.


 ...
 Package biblatex Info: Input encoding 'utf8' detected.
 Package biblatex Info: Automatic encoding selection.
 (biblatex) Assuming data encoding 'utf8'.

 Package biblatex Warning: Data encoding is 'utf8'.
 (biblatex)Use backend=biber.


you have to use backend=bibtex8 with bibtex8. And use an appropriate
encoding in the bib file.

Jürgen


Re: encoding problem using biblatex?

2014-04-28 Thread Jürgen Spitzmüller
2014-04-28 14:29 GMT+02:00 Neal Becker:

 I tried
 bibtex8 blah.bib

 I tried setting inputenc to utf8 in doc preamble.  Any ideas here?


bibtex8 does not support unicode, only 8-bib encodings (as the name
implies). If you need utf8, there is no way around biber.


 ...
 Package biblatex Info: Input encoding 'utf8' detected.
 Package biblatex Info: Automatic encoding selection.
 (biblatex) Assuming data encoding 'utf8'.

 Package biblatex Warning: Data encoding is 'utf8'.
 (biblatex)Use backend=biber.


you have to use backend=bibtex8 with bibtex8. And use an appropriate
encoding in the bib file.

Jürgen


Re: encoding problem using biblatex?

2014-04-28 Thread Jürgen Spitzmüller
2014-04-28 14:29 GMT+02:00 Neal Becker:

> I tried
> bibtex8 
>
> I tried setting inputenc to utf8 in doc preamble.  Any ideas here?
>

bibtex8 does not support unicode, only 8-bib encodings (as the name
implies). If you need utf8, there is no way around biber.


> ...
> Package biblatex Info: Input encoding 'utf8' detected.
> Package biblatex Info: Automatic encoding selection.
> (biblatex) Assuming data encoding 'utf8'.
>
> Package biblatex Warning: Data encoding is 'utf8'.
> (biblatex)Use backend=biber.
>

you have to use backend=bibtex8 with bibtex8. And use an appropriate
encoding in the bib file.

Jürgen