diff --git a/Overview.src.html b/Overview.src.html index f381519..8cb41ba 100644 --- a/Overview.src.html +++ b/Overview.src.html @@ -1924,8 +1924,8 @@

EUC-JP decoder

  • If EUC-JP lead is 0x8E and byte is in the range 0xA1 to 0xDF, inclusive, set EUC-JP lead to 0x00 and return - a code point whose value is 0xFF61 + byte − 0xA1. - + a code point whose value is 0xFF61 − 0xA1 + byte. +

  • If EUC-JP lead is 0x8F and byte is in the range 0xA1 to 0xFE, inclusive, set the EUC-JP jis0212 flag, set @@ -2084,8 +2084,8 @@

    ISO-2022-JP decoder

    0x21 to 0x5F

    Unset the ISO-2022-JP output flag and return a code point whose - value is 0xFF61 + byte − 0x21. - + value is 0xFF61 − 0x21 + byte. +

    end-of-stream

    Return finished. @@ -2372,8 +2372,8 @@

    Shift_JIS decoder

  • If byte is in the range 0xA1 to 0xDF, inclusive, return - a code point whose value is 0xFF61 + byte − 0xA1. - + a code point whose value is 0xFF61 − 0xA1 + byte. +

  • If byte is in the range 0x81 to 0x9F, inclusive, or 0xE0 to 0xFC, inclusive, set Shift_JIS lead to byte and return