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

Takashi Yano takashi.yano@nifty.ne.jp
Sun Sep 6 10:28:48 GMT 2020


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?

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>


More information about the Cygwin-patches mailing list