> Date: Sun, 24 Dec 2017 07:42:40 +0200
> From: Alexander Gromnitsky <[email protected]>
> 
> I've made a "diagram" using Emacs artist-mode & have transformed it
> into a unicode version using ascii-art-to-unicode [0] pkg.
> 
> When I convert a .texi file:
> 
>   \input texinfo
>   @settitle NAME-OF-MANUAL
>   @node Top
> 
>   @example
>   ┌───────┐
>   │ hello │
>   └───────┘
>   @end example
> 
>   @bye
> 
> into the .info format, it renders as expected:
> https://ultraimg.com/images/2017/12/24/n1TI.png
> 
> but in the html output I see garbage (texi2any --html --no-split
> --no-headers unicode.html):
> http://chunk.io/gromnitsky/c75c4ad225104c6b807e072acb38f499

Does it help to say

  @documentencoding UTF-8

at the beginning of the document?

Reply via email to