It's why one should never ever use Unicode, UTF-8 or "friendly HTML" codes for 
any character that's in the single byte Extended ASCII set. It wastes space and 
can foul up software that doesn't understand multi-byte character 
representations. If you need left and right single or double quotes (just for 
example) they're in extended ASCII. Every character for all the languages that 
use mainly the "english" alphabet plus additional accented or odd characters is 
in Extended ASCII, except one used in Norwegian.
 

    On Friday, March 5, 2021, 10:31:08 AM MST, Mark Wendt 
<wendt.m...@gmail.com> wrote:  
 
 Maybe it's in the web server then and how it outputs the html.  What shows
up in the base HTML code that creates the page?  A hyphen or a dash?

Mark

On Fri, Mar 5, 2021 at 12:21 PM andy pugh <bodge...@gmail.com> wrote:

> On Fri, 5 Mar 2021 at 16:27, Mark Wendt <wendt.m...@gmail.com> wrote:
>
> > What is being used to generate the HTML output?
>
> Magic, as far as I can tell.
> Original source is troff (or groff, I get them confused)
> https://github.com/LinuxCNC/linuxcnc/blob/master/docs/man/man1/halui.1
> Then that is converted to asciidoc (I think) and then to HTML using a2x.
> https://github.com/LinuxCNC/linuxcnc/blob/master/docs/src/Submakefile#L400
>
> But, it all works on my local machine, so doesn't seem to be inherent
> to the LinuxCNC code base.
> Hence the query, why would it appear different on www.linuxcnc.org to
> (for example) www.bodgesoc.org
>
> http://linuxcnc.org/docs/2.8/html/man/man1/sendkeys.1.html
> https://www.bodgesoc.org/sendkeys.1.html
>
> The important difference is the hyphenation, but there are also
> graphical differences.  
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to