Re: [groff] devutf8 on Windows

2019-02-24 Thread Ralph Corderoy
Hi Jeff, I don't know Windows at all... > I’m getting strange behavior with devutf8 on Windows. > > >type quot.txt > .pl 1 > \(oqquote\(cq minus: \(mi /f/: /\(f/ > > With the code page set to 65001 (UTF-8), Using `chcp' or changing the registry? > from cmd, > > >groff -Tutf8 quot.txt > ‘quote

Re: [groff] devutf8 on Windows

2019-02-24 Thread Eli Zaretskii
> From: Jeff Conrad > Date: Sun, 24 Feb 2019 01:04:22 + > > I’m getting strange behavior with devutf8 on Windows. > > >type quot.txt > .pl 1 > \(oqquote\(cq minus: \(mi /f/: /\(f/ > > With the code page set to 65001 (UTF-8), from cmd, What version of Windows is that? > >groff -Tutf8 quot.

Re: [groff] devutf8 on Windows

2019-02-24 Thread Eli Zaretskii
> From: Ralph Corderoy > Date: Sun, 24 Feb 2019 12:37:06 + > > > With the code page set to 65001 (UTF-8), > > Using `chcp' or changing the registry? I don't think it matters. > https://ss64.com/nt/chcp.html suggests CMD may have trouble compared to > Powershell? It isn't CMD that writes t

Re: [groff] devutf8 on Windows

2019-02-24 Thread Keith Marshall
Hi Jeff, On 24/02/19 01:04, Jeff Conrad wrote: > I’m getting strange behavior with devutf8 on Windows. I notice that Eli has already offered some useful insight; I may be able to add some more, but I won't have time before the end of this month. -- Regards, Keith.

Re: [groff] devutf8 on Windows

2019-02-24 Thread Jeff Conrad
I’ve combined responses to several messages. On Sunday, February 24, 2019 4:37 AM, Ralph Corderoy wrote: > > > With the code page set to 65001 (UTF-8), > > Using `chcp' or changing the registry? Using chchp, with cmd and the MKS Korn shell (the MKS stty doesn’t handle code page 65001). > https