RE: [xml-dev] [Summary] UTF-8 Question: e with acute accent should require two bytes, right?

From
Waters, Michael, Springer US <>
To
"Costello, Roger L." <>,
Date
2007-09-28T17:56:35Z
ID
<>
Thread
RE: [xml-dev] [Summary] UTF-8 Question: e with acute accent should require two bytes, right?
> All code points greater than U+0080 require more than one byte.

Note: U+0080 ==> C2 80

So, I think either "greater than U+007F" or "greater than or equal to U+0080" would be better.

Mike Waters