Re: [Bulk] Re: Texinfo Windows patch: Non-ASCII text output

2014-12-26 Thread Eli Zaretskii
> Date: Fri, 26 Dec 2014 11:44:26 +1000 > From: Jason Hood > CC: bug-texinfo@gnu.org > > On 26/12/2014 2:00, Eli Zaretskii wrote: > > [...] when the output encoding, > > as determined by the current console codepage, is UTF-8 or UTF-7. For > > these 2 encodings, the _only_ way of delivering text

Re: [Bulk] Re: Texinfo Windows patch: Non-ASCII text output

2014-12-25 Thread Jason Hood
On 26/12/2014 2:00, Eli Zaretskii wrote: > [...] when the output encoding, > as determined by the current console codepage, is UTF-8 or UTF-7. For > these 2 encodings, the _only_ way of delivering text to the Windows > console is by using the "wide" APIs, which accept UTF-16 encoded text. Actuall