summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/euc.5
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-01-31 00:25:12 +0000
committermpp <mpp@FreeBSD.org>1997-01-31 00:25:12 +0000
commit1511fd26d00d731e1cae638fece10bbe433f8d41 (patch)
tree814283488e76e5535be719a162f78098a38ac080 /lib/libc/locale/euc.5
parent329d4e7056aa6e3a9edb41148e3476bac13b60c3 (diff)
downloadFreeBSD-src-1511fd26d00d731e1cae638fece10bbe433f8d41.zip
FreeBSD-src-1511fd26d00d731e1cae638fece10bbe433f8d41.tar.gz
Very minor mdoc cleanup.
Diffstat (limited to 'lib/libc/locale/euc.5')
-rw-r--r--lib/libc/locale/euc.514
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/locale/euc.5 b/lib/libc/locale/euc.5
index a75cf74..58b07f96 100644
--- a/lib/libc/locale/euc.5
+++ b/lib/libc/locale/euc.5
@@ -89,7 +89,7 @@ as follows:
.Bd -literal
byte0 << ((\fIlen\fPN-1) * 8) | byte1 << ((\fIlen\fPN-2) * 8) | ... | byte\fIlen\fPN-1
.Ed
-.sp
+.Pp
The result is then ANDed with
.Ar ~mask
and ORed with
@@ -98,23 +98,23 @@ Codesets 2 and 3 are special in that the leading byte (0x8e or 0x8f) is
first removed and the
.Ar lenN
argument is reduced by 1.
-.sp
+.Pp
For example, the Japanese locale has the following
.Ev VARIABLE
line:
.Bd -literal
VARIABLE 1 0x0000 2 0x8080 2 0x0080 3 0x8000 0x8080
.Ed
-.sp
+.Pp
Codeset 1 consists of the values 0x0000 - 0x007f.
-.sp
+.Pp
Codeset 2 consists of the values who have the bits 0x8080 set.
-.sp
+.Pp
Codeset 3 consists of the values 0x0080 - 0x00ff.
-.sp
+.Pp
Codeset 4 consists of the values 0x8000 - 0xff7f excluding the values
which have the 0x0080 bit set.
-.sp
+.Pp
Notice that the global
.Ar mask
is set to 0x8080, this implies that from those 2 bits the codeset can
OpenPOWER on IntegriCloud