I apparently keep momentarily forgetting that ISO-2022-JP-Ext, as implemented both by Python and by DEC, is an extension of ISO-2022-JP-1, not directly an extension of ISO-2022-JP. So although I'd correctly implemented it accordingly, I'd documented it somewhat misleadingly.
(Strictly speaking, DEC also includes a two-byte private use plane. Python does not do this; accordingly, nor did I.)
I apparently keep momentarily forgetting that
ISO-2022-JP-Ext
, as implemented both by Python and by DEC, is an extension ofISO-2022-JP-1
, not directly an extension ofISO-2022-JP
. So although I'd correctly implemented it accordingly, I'd documented it somewhat misleadingly.(Strictly speaking, DEC also includes a two-byte private use plane. Python does not do this; accordingly, nor did I.)