Re: [encoding] iso-2022-jp encoder XSS risks (#15)

You're correct: the HTML error mode adds code points to the input, rather than returning a sequence of bytes as output, whereas my implementation currently handles the HTML error mode by just writing the code points as bytes.  In that particular case, my implementation may be wrong.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/encoding/issues/15#issuecomment-174740128

Received on Tuesday, 26 January 2016 00:12:51 UTC