On Sat, 28 Apr 2012 18:55:00 +0100 Richard Wordingham <[email protected]> wrote:
I wrote: > With SCSU that avoids Unicode mode and UQU whenever possible, most > alphabetic languages work fairly well. I meant: "With SCSU that avoids Unicode mode and SQU whenever possible, most alphabetic languages work fairly well." UQU only occurs in Unicode mode, and escapes tag bytes. SQU does not use a window for a character, but passes it as 2 bytes of following data. Of course, an initial byte-order mark may be emitted using SQU; this has only a small impact on performance. Richard.

