diff options
| author | Steve Price <steve@FreeBSD.org> | 1997-11-05 04:18:42 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1997-11-05 04:18:42 +0000 |
| commit | 0ce1971c2ae37eeb7697123d566a0c23ea0318b0 (patch) | |
| tree | 4be1796c65dbf50c45a53b66db2c2f7f816009b4 /lib/libc | |
| parent | 2948624f5d7e5888357da887f83f4ce63fd50565 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/locale/utf2.4 | 4 | ||||
| -rw-r--r-- | lib/libc/locale/utf2.5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/locale/utf2.4 b/lib/libc/locale/utf2.4 index d7ef49306115..e8fe7c869647 100644 --- a/lib/libc/locale/utf2.4 +++ b/lib/libc/locale/utf2.4 @@ -60,8 +60,8 @@ consist entirely of bytes whose high order bit is set. The actual encoding is represented by the following table: .Bd -literal [0x0000 - 0x007f] [00000000.0bbbbbbb] -> 0bbbbbbb -[0x0080 - 0x03ff] [00000bbb.bbbbbbbb] -> 110bbbbb, 10bbbbbb -[0x0400 - 0xffff] [bbbbbbbb.bbbbbbbb] -> 1110bbbb, 10bbbbbb, 10bbbbbb +[0x0080 - 0x07ff] [00000bbb.bbbbbbbb] -> 110bbbbb, 10bbbbbb +[0x0800 - 0xffff] [bbbbbbbb.bbbbbbbb] -> 1110bbbb, 10bbbbbb, 10bbbbbb .Ed .Pp If more than a single representation of a value exists (for example, diff --git a/lib/libc/locale/utf2.5 b/lib/libc/locale/utf2.5 index d7ef49306115..e8fe7c869647 100644 --- a/lib/libc/locale/utf2.5 +++ b/lib/libc/locale/utf2.5 @@ -60,8 +60,8 @@ consist entirely of bytes whose high order bit is set. The actual encoding is represented by the following table: .Bd -literal [0x0000 - 0x007f] [00000000.0bbbbbbb] -> 0bbbbbbb -[0x0080 - 0x03ff] [00000bbb.bbbbbbbb] -> 110bbbbb, 10bbbbbb -[0x0400 - 0xffff] [bbbbbbbb.bbbbbbbb] -> 1110bbbb, 10bbbbbb, 10bbbbbb +[0x0080 - 0x07ff] [00000bbb.bbbbbbbb] -> 110bbbbb, 10bbbbbb +[0x0800 - 0xffff] [bbbbbbbb.bbbbbbbb] -> 1110bbbb, 10bbbbbb, 10bbbbbb .Ed .Pp If more than a single representation of a value exists (for example, |
