History log of /openbsd-src/share/man/man7/utf8.7 (Results 1 – 9 of 9)
Revision Date Author Comments
# d905fc10 18-Feb-2022 jsg <jsg@openbsd.org>

prefer https links in man pages
ok gnezdo@ miod@ jmc@


# ac5372ac 30-Jul-2020 schwarze <schwarze@openbsd.org>

some more information about invalid codepoints, bytes, and byte pairs;
OK stsp@


# 5b3e0503 17-May-2018 schwarze <schwarze@openbsd.org>

Bytes only have eight bits, not nine.
Thus, remove the placeholder for the ninth bit.
Patch from Ross L Richardson <openbsd at rlr dot id dot au>.


# 8261d416 31-May-2017 schwarze <schwarze@openbsd.org>

about ten different improvements; OK tedu@ espie@ bentley@


# 2c208b1d 31-May-2017 schwarze <schwarze@openbsd.org>

use the standard OpenBSD license for new manual pages
rather than some 2-clause variant of the ancient BSD license;
OK benno@ tedu@


# 5da5fd68 31-May-2017 jmc <jmc@openbsd.org>

section order;


# dd3e8213 31-May-2017 tedu <tedu@openbsd.org>

perhaps a few more words about encoding format


# 09fce300 31-May-2017 tedu <tedu@openbsd.org>

utf8 has an rfc


# 0595762f 31-May-2017 tedu <tedu@openbsd.org>

add a tiny, to be improved, man page for utf8 encoding.
ok stsp