CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/06/02 10:35:25
Modified files:
regress/usr.bin/mandoc/char/unicode: input.in input.out_ascii
input.out_lint
input.out_utf8
Log message:
Cleanup:
1. Move invalid two-byte sequences after valid ones
and make their descriptions easier to understand.
2. Replace the wrong and confusing expression "middle byte"
with the correct term "start byte".
3. Add test lines for U+EFFFF and U+F0000.
4. Replace the unhelpful word "strange" with more descriptive terms.
Arguably, nothing about this (or maybe everything?) is strange.