Re: [whatwg/encoding] Concatenating two ISO-2022-JP outputs from a conforming encoder doesn't result in conforming input (#115)

The following paragraph is from the bottom of page 583 of [_CJKV Information Processing_, Second Edition](http://shop.oreilly.com/product/9780596514471.do):

> Besides simple code conversion, it is also very important to be able to detect the escape
> sequences used in ISO-2022-JP encoding. Escape sequences signal the software when to
> change modes. Good software should also keep track of the current n-byte-per-character
> mode so that redundant escape sequences can be ignored (and absorbed). Remember that
> Shift-JIS encoding does not use escape sequences, so you will have to make sure that they
> are not written to the resulting output file.

-- 
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/115#issuecomment-440662963

Received on Wednesday, 21 November 2018 13:32:46 UTC