One technical nit:
The document says:
2.1 c. The bit pattern 11110xxx is illegal in any CESU-8 byte, ...
In fact, this should say "The bit patterns 1111xxxx are illegal in ..."
The changes are subtle: one '0' replaced by 'x' - you want to forbid all bytes >=0xf0 (f0..ff), not just f0..f7.
(The other change is that I personally prefer plural "patterns" here.)
markus
This archive was generated by hypermail 2.1.2 : Mon Sep 17 2001 - 13:59:39 EDT