<div dir="ltr">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).<div><br></div><div>In any case, thanks for the fix.</div><div><br></div><div>Best wishes,</div><div>Alex</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, May 18, 2020 at 6:39 AM Ulrike Fischer <<a href="mailto:news3@nililand.de">news3@nililand.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> Here is an example:<br>
<br>
> ```<br>
> \documentclass{article}<br>
> \usepackage[utf8]{inputenc}<br>
> \usepackage[notes]{biblatex-chicago}<br>
> \addbibresource{biblatex-examples.bib}<br>
<br>
> \begin{document}<br>
<br>
> Hello |<br>
<br>
> \end{document}<br>
> ```<br>
<br>
This is not related to tex4ht. You would get this in latex too. The<br>
default fontencoding OT1 is a bit restricted and has chars in odd<br>
places.<br>
<br>
You need either \usepackage[T1]{fontenc} or should use a command like<br>
\textbar.<br>
<br>
<br>
-- <br>
Mit freundlichen Grüßen<br>
Ulrike Fischer<br>
<br>
</blockquote></div>