Two bytes plus a bonus bit :-) Patch below.
Ross -- 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:
