Package: manpages Version: 3.21-1 Severity: normal Tags: patch I've attached a patch to utf-8.7. It clarifies that 0xc0 and 0xc1 are not valid in any UTF-8 encoding[0], and it also references RFC 3629 instead of RFC 2279.
[0] In order to have 0xc0, you'd have to have a two-byte encoding with all the data bits zero in the first byte (and thus only six bits of data), which would be an ASCII character encoded in the non-shortest form. Similarly with 0xc1. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.31-rc3-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash manpages depends on no packages. manpages recommends no packages. Versions of packages manpages suggests: ii konqueror [man-browser] 4:4.2.4-1 KDE 4's advanced file manager, web ii man-db [man-browser] 2.5.5-3 on-line manual pager -- no debconf information -- brian m. carlson / brian with sandals: Houston, Texas, US +1 713 440 7475 | http://crustytoothpaste.ath.cx/~bmc | My opinion only OpenPGP: RSA v4 4096b 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187
--- - 2009-07-25 23:36:58.355165220 +0000 +++ utf-8.7 2009-07-25 23:36:09.000000000 +0000 @@ -99,14 +99,14 @@ .BR UTF-8 . .TP * -The bytes 0xfe and 0xff are never used in the +The bytes 0xc0, 0xc1, 0xfe and 0xff are never used in the .B UTF-8 encoding. .TP * The first byte of a multi-byte sequence which represents a single non-ASCII .B UCS -character is always in the range 0xc0 to 0xfd and indicates how long +character is always in the range 0xc2 to 0xfd and indicates how long this multi-byte sequence is. All further bytes in a multi-byte sequence are in the range 0x80 to 0xbf. @@ -288,7 +288,7 @@ .B UTF-8 encoding. .SS Standards -ISO/IEC 10646-1:2000, Unicode 3.1, RFC\ 2279, Plan 9. +ISO/IEC 10646-1:2000, Unicode 3.1, RFC\ 3629, Plan 9. .\" .SH AUTHOR .\" Markus Kuhn <mg...@cl.cam.ac.uk> .SH "SEE ALSO"
signature.asc
Description: Digital signature