<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#666666" bgcolor="#FFFFFF">
    On 16/01/15 7:22 am, Nasser M. Abbasi wrote:<br>
    <blockquote
      cite="mid:20150116-035211.sv199.30793@puszcza.gnu.org.ua"
      type="cite">
      <pre wrap="">when running htlatex on this file

\documentclass[12pt]{article}
\begin{document}
`123`

\verb|`123`|

\end{document}

the  grave accent character ` is changed to left-single-quotation-mark in
HTML. I need it to remain  a Hex60 character as it is in the input.</pre>
    </blockquote>
    <br>
    A lasting solution would be to modify position 96 of cmtt.htf to
    &#x0060;. Shall we do that? Attached is my version of cmtt.htf.
    If that works fine for all, we shall do it and update tex4ht.<br>
    <br>
    -- <br>
    Radhakrishnan
  </body>
</html>