Update cross references after utf2/euc move.

This commit is contained in:
tjr 2003-11-15 02:26:04 +00:00
parent 12a85926c2
commit 37d23e2aba
10 changed files with 18 additions and 18 deletions

View File

@ -43,6 +43,6 @@ Traditional Chinese characters are represented by two bytes:
the first in the range 0xA1 - 0xFE, the second in the range
0x40 - 0xFE.
.Sh SEE ALSO
.Xr euc 4 ,
.Xr euc 5 ,
.Xr gb18030 5 ,
.Xr utf8 5

View File

@ -59,7 +59,7 @@ Characters that are represented by four bytes begin with a byte in the range
0x81-0xFE, have a second byte in the range 0x30-0x39, a third byte in the range
0x81-0xFE and a fourth byte in the range 0x30-0x39.
.Sh SEE ALSO
.Xr euc 4 ,
.Xr euc 5 ,
.Xr gb2312 5 ,
.Xr gbk 5 ,
.Xr utf8 5

View File

@ -46,7 +46,7 @@ characters are represented by single bytes in the range 0x00 to 0x7F.
Simplified Chinese characters are represented by two bytes, both in
the range 0xA1-0xFE.
.Sh SEE ALSO
.Xr euc 4 ,
.Xr euc 5 ,
.Xr gb18030 5 ,
.Xr gbk 5
.Sh STANDARDS

View File

@ -45,7 +45,7 @@ characters are represented by single bytes in the range 0x00 to 0x7F.
Chinese characters are represented by two bytes, beginning with a byte in
the range 0x80-0xFE and ending with a byte in the range 0x40-0xFE.
.Sh SEE ALSO
.Xr euc 4 ,
.Xr euc 5 ,
.Xr gb18030 5 ,
.Xr gb2312 5 ,
.Xr utf8 5

View File

@ -159,8 +159,8 @@ does not appear in the string.
.Sh SEE ALSO
.Xr rune 3 ,
.Xr setlocale 3 ,
.Xr euc 4 ,
.Xr utf2 4 ,
.Xr euc 5 ,
.Xr utf2 5 ,
.Xr utf8 5
.Sh HISTORY
The

View File

@ -65,5 +65,5 @@ or 0xFA - 0xFC (not
extended characters).
The second byte ranges from 0x40 - 0xFC, excluding 0x7F (delete).
.Sh SEE ALSO
.Xr euc 4 ,
.Xr euc 5 ,
.Xr utf8 5

View File

@ -232,13 +232,13 @@ both functions return \-1.
.Xr setlocale 3 ,
.Xr wcrtomb 3 ,
.Xr wcsrtombs 3 ,
.Xr euc 4 ,
.Xr utf2 4 ,
.Xr big5 5 ,
.Xr euc 5 ,
.Xr gb18030 5 ,
.Xr gb2312 5 ,
.Xr gbk 5 ,
.Xr mskanji 5 ,
.Xr utf2 5 ,
.Xr utf8 5
.Sh STANDARDS
The

View File

@ -267,8 +267,8 @@ binary LC_CTYPE file for the locale
.Sh SEE ALSO
.Xr mbrune 3 ,
.Xr setlocale 3 ,
.Xr euc 4 ,
.Xr utf2 4 ,
.Xr euc 5 ,
.Xr utf2 5 ,
.Xr utf8 5
.Sh HISTORY
These functions first appeared in

View File

@ -334,8 +334,8 @@ and the category
.Xr rune 3 ,
.Xr strcoll 3 ,
.Xr strxfrm 3 ,
.Xr euc 4 ,
.Xr utf2 4 ,
.Xr euc 5 ,
.Xr utf2 5 ,
.Xr utf8 5
.Sh STANDARDS
The

View File

@ -82,7 +82,7 @@ security risk, and destroy the 1:1 character:octet sequence mapping.
The
.Nm
encoding supersedes the
.Xr utf2 4
.Xr utf2 5
encoding.
The only differences between the two are that
.Nm
@ -90,16 +90,16 @@ handles the full 31-bit character set of
.Tn ISO
10646
whereas
.Xr utf2 4
.Xr utf2 5
is limited to a 16-bit character set,
and that
.Xr utf2 4
.Xr utf2 5
accepts redundant,
.No non- Ns Dq "shortest form"
representations of characters.
.Sh SEE ALSO
.Xr euc 4 ,
.Xr utf2 4
.Xr euc 5 ,
.Xr utf2 5
.Rs
.%A "Rob Pike"
.%A "Ken Thompson"