[Bug 27235] Bring back gbk encoder

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27235

--- Comment #2 from Anne <annevk@annevk.nl> ---
Anticipated changes:

* Partially revert
https://github.com/whatwg/encoding/commit/182ad9e607a7c6f0fa51d9dd6c638edaa5ec59fd
to restore gb18030 as independent encoding with a single label, and gbk as
independent encoding with nine labels.
* Map gbk's decoder to gb18030's decoder (no flags).
* Introduce a flag for gb18030's encoder that limits it to what gbk can output.
(Still need to look into € and PUA.)
* Use that flag to define gbk's encoder.

(Per that commit we apparently historically defined gb18030 in terms of gbk,
but that doesn't make much sense. So now we'll define gbk as a subset of
gb18030.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Saturday, 8 November 2014 10:22:48 UTC