Refer to wide characters instead of runes.

This commit is contained in:
Tim J. Robbins 2003-11-08 02:46:02 +00:00
parent 0432a0f961
commit 5d9c483db1
2 changed files with 6 additions and 4 deletions

View File

@ -40,7 +40,7 @@
.Os
.Sh NAME
.Nm utf2
.Nd "Universal character set Transformation Format encoding of runes
.Nd "Universal character set Transformation Format encoding of wide characters
.Sh SYNOPSIS
.Nm ENCODING
.Qq UTF2
@ -61,7 +61,8 @@ Unicode Standard.
.Pp
.Nm UTF2
representation is backwards compatible with ASCII, so 0x00-0x7f refer to the
ASCII character set. The multibyte encoding of runes between 0x0080 and 0xffff
ASCII character set. The multibyte encodings of wide characters between
0x0080 and 0xffff
consist entirely of bytes whose high order bit is set. The actual
encoding is represented by the following table:
.Bd -literal

View File

@ -40,7 +40,7 @@
.Os
.Sh NAME
.Nm utf2
.Nd "Universal character set Transformation Format encoding of runes
.Nd "Universal character set Transformation Format encoding of wide characters
.Sh SYNOPSIS
.Nm ENCODING
.Qq UTF2
@ -61,7 +61,8 @@ Unicode Standard.
.Pp
.Nm UTF2
representation is backwards compatible with ASCII, so 0x00-0x7f refer to the
ASCII character set. The multibyte encoding of runes between 0x0080 and 0xffff
ASCII character set. The multibyte encodings of wide characters between
0x0080 and 0xffff
consist entirely of bytes whose high order bit is set. The actual
encoding is represented by the following table:
.Bd -literal