Hi Corinna, On Fri, 4 Sep 2020 14:44:00 +0200 Corinna Vinschen <corinna-cyg...@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.y...@nifty.ne.jp>