summaryrefslogtreecommitdiffstats
path: root/share/man/man7/utf8.7 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* some more information about invalid codepoints, bytes, and byte pairs;schwarze2020-07-301-2/+36
| | | | OK stsp@
* Bytes only have eight bits, not nine.schwarze2018-05-171-3/+3
| | | | | Thus, remove the placeholder for the ninth bit. Patch from Ross L Richardson <openbsd at rlr dot id dot au>.
* about ten different improvements; OK tedu@ espie@ bentley@schwarze2017-05-311-27/+29
|
* use the standard OpenBSD license for new manual pagesschwarze2017-05-311-21/+12
| | | | | rather than some 2-clause variant of the ancient BSD license; OK benno@ tedu@
* section order;jmc2017-05-311-5/+5
|
* perhaps a few more words about encoding formattedu2017-05-311-4/+9
|
* utf8 has an rfctedu2017-05-311-2/+9
|
* add a tiny, to be improved, man page for utf8 encoding.tedu2017-05-311-0/+60
ok stsp