[PATCH 3/3] fhandler_pty_slave::setup_locale: respect charset == "UTF-8"

Corinna Vinschen corinna-cygwin@cygwin.com
Mon Sep 7 08:33:25 GMT 2020


On Sep  6 19:28, Takashi Yano via Cygwin-patches wrote:
> Hi Corinna,
> 
> On Fri, 4 Sep 2020 14:44:00 +0200
> Corinna Vinschen <corinna-cygwin@cygwin.com> wrote:
> > +    case 'I': /* ISO-8859-x */
> > +      codepage = strtoul (charset + 9, NULL, 10);
> > +      break;
> 
> This should be:
> codepage = strtoul (charset + 9, NULL, 10) + 28590;
> shouldn't it?

Thanks for catching!


Corinna


More information about the Cygwin-patches mailing list