Thank you, Ulrike, `fontenc` worked for me. But I would emphasize that
`inputenc` *did* work with `xelatex`, suggesting that it is a problem, of
sorts, with `text4ht`. I don't remember why I had set it up to use
`inputenc` instead of `fontenc`; perhaps it had something to do with `bidi`
or the Arabic font I was using in other documents (the one I am currently
working on does not use Arabic script, so I haven't tested that).

In any case, thanks for the fix.

Best wishes,
Alex

On Mon, May 18, 2020 at 6:39 AM Ulrike Fischer <ne...@nililand.de> wrote:

> > Here is an example:
>
> > ```
> > \documentclass{article}
> > \usepackage[utf8]{inputenc}
> > \usepackage[notes]{biblatex-chicago}
> > \addbibresource{biblatex-examples.bib}
>
> > \begin{document}
>
> > Hello |
>
> > \end{document}
> > ```
>
> This is not related to tex4ht. You would get this in latex too. The
> default fontencoding OT1 is a bit restricted and has chars in odd
> places.
>
> You need either \usepackage[T1]{fontenc} or should use a command like
> \textbar.
>
>
> --
> Mit freundlichen Grüßen
> Ulrike Fischer
>
>

Reply via email to