diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2017-05-31 09:58:37 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2017-05-31 09:58:37 +0000 |
commit | c2369e6449b91a0ddf6aed8b5683f1f1630aa477 (patch) | |
tree | 06608c575e16e23badb563ba97f1fbaee0495880 /share/man/man7 | |
parent | 8938f506153049ab6437c67aa6d517949b3b036f (diff) |
utf8 has an rfc
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/utf8.7 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/share/man/man7/utf8.7 b/share/man/man7/utf8.7 index b0dacfb61c7..200565d5a7b 100644 --- a/share/man/man7/utf8.7 +++ b/share/man/man7/utf8.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: utf8.7,v 1.1 2017/05/31 08:30:22 tedu Exp $ +.\" $OpenBSD: utf8.7,v 1.2 2017/05/31 09:58:36 tedu Exp $ .\" .\" Copyright (c) 2017 Ted Unangst .\" All rights reserved. @@ -55,6 +55,13 @@ Four bytes. .Sh CAVEATS Beware of overlong encodings. .Sh STANDARDS -Unicode. +.Rs +.%A F. Yergeau +.%D November 2003 +.%R RFC 3629 +.%T UTF-8, a transformation format of ISO 10646 +.Re +.Pp +The Unicode Standard. .Sh SEE ALSO .Xr ascii 7 |