Hi Ross, Ross L Richardson wrote on Wed, May 16, 2018 at 05:30:08PM +1000:
> Two bytes plus a bonus bit :-) Feel free to keep the bonus bit for yourself, no need to return it to the project. :) > Patch below. Committed, thanks for spotting it. Ingo > Index: utf8.7 > =================================================================== > RCS file: /cvs/src/share/man/man7/utf8.7,v > retrieving revision 1.6 > diff -u -p -r1.6 utf8.7 > --- utf8.7 31 May 2017 17:58:56 -0000 1.6 > +++ utf8.7 16 May 2018 10:31:09 -0000 > @@ -29,7 +29,7 @@ Unicode codepoints are encoded as follow > .It U+0000 \(en U+007F: > One byte: 0....... (compatible with ASCII) > .It U+0080 \(en U+07FF: > -Two bytes: 110..... 10....... > +Two bytes: 110..... 10...... > .It U+0800 \(en U+D7FF and U+E000 \(en U+FFFF: > Three bytes: 1110.... 10...... 10...... > .It U+10000 \(en U+10FFFF: >
