- From: jungshik <notifications@github.com>
- Date: Fri, 29 Jul 2016 15:31:14 -0700
- To: whatwg/encoding <encoding@noreply.github.com>
Received on Friday, 29 July 2016 22:31:42 UTC
Maybe this was discussed before, but I couldn't find a bug on this. What do you think of treating UTF-7 the same way as ISO-2022-{KR,CN}, HZ-GB, etc? When decoding, the whole input is replaced by U+FFFD. When encoding, use UTF-8. Background: Blink began to use Compact Encoding Detector ( google/compact_enc_det ) when no encoding label is found (http, meta). When 7-bit encoding detection is on, it detects ISO-2022-{KR,CN}, HZ-GB AND UTF-7 in addition to ISO-2022-JP. 7-bit encoding detection is ON for ISO-2022-JP, but we want to suppress other 7-bit encodings. I think the best way to 'suppress' (unsupport) them is to turn the whole input to U+FFFD. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/encoding/issues/68
Received on Friday, 29 July 2016 22:31:42 UTC