[encoding] Fix #17: gb18030 cannot encode U+E5E5 (#25)

Because of deployed content index gb18030 maps 0xA3 0xA0 to U+3000
rather than U+E5E5 when decoding. Therefore encoding U+E5E5 cannot work
either.
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/encoding/pull/25

-- Commit Summary --

  * Fix #17: gb18030 cannot encode U+E5E5

-- File Changes --

    M Overview.html (14)
    M Overview.src.html (12)

-- Patch Links --

https://github.com/whatwg/encoding/pull/25.patch
https://github.com/whatwg/encoding/pull/25.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/encoding/pull/25

Received on Wednesday, 6 January 2016 16:44:05 UTC