kuroko-lang / kuroko

Dialect of Python with explicit variable declaration and block scoping, with a lightweight and easy-to-embed bytecode compiler and interpreter.
https://kuroko-lang.github.io/
MIT License
431 stars 25 forks source link

Corrected documentation for `iso-2022-jp-ext` (implementation unchanged) #8

Closed harjitmoe closed 3 years ago

harjitmoe commented 3 years ago

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.)