From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=CTE_8BIT_MISMATCH, UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 32660 invoked from network); 2 Jun 2021 15:29:35 -0000 Received: from bsd.lv (HELO mandoc.bsd.lv) (66.111.2.12) by inbox.vuxu.org with ESMTPUTF8; 2 Jun 2021 15:29:35 -0000 Received: from fantadrom.bsd.lv (localhost [127.0.0.1]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id e85efcc5 for ; Wed, 2 Jun 2021 10:29:31 -0500 (EST) Received: from localhost (mandoc.bsd.lv [local]) by mandoc.bsd.lv (OpenSMTPD) with ESMTPA id cec2dabb for ; Wed, 2 Jun 2021 10:29:31 -0500 (EST) Date: Wed, 2 Jun 2021 10:29:31 -0500 (EST) X-Mailinglist: mandoc-source Reply-To: source@mandoc.bsd.lv MIME-Version: 1.0 From: schwarze@mandoc.bsd.lv To: source@mandoc.bsd.lv Subject: mandoc: The wcwidth(3) of Plane 15 and Plane 16 Private Use Characters X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Message-ID: Log Message: ----------- The wcwidth(3) of Plane 15 and Plane 16 Private Use Characters was changed from 0 to 1. Adjust the test results accordingly. Issue reported by bluhm@ Modified Files: -------------- mandoc/regress/char/unicode: input.out_utf8 nogroff.out_utf8 Revision Data ------------- Index: input.out_utf8 =================================================================== RCS file: /home/cvs/mandoc/mandoc/regress/char/unicode/input.out_utf8,v retrieving revision 1.2 retrieving revision 1.3 diff -Lregress/char/unicode/input.out_utf8 -Lregress/char/unicode/input.out_utf8 -u -p -r1.2 -r1.3 --- regress/char/unicode/input.out_utf8 +++ regress/char/unicode/input.out_utf8 @@ -54,7 +54,7 @@ DDEESSCCRRIIPPTTIIOONN U+3FFFF 0xf0bfbfbf 𿿿𿿿 end of first middle byte U+40000 0xf1808080 񀀀񀀀 second middle byte U+FFFFF 0xf3bfbfbf 󿿿󿿿 last normal middle byte - U+100000 0xf4808080 􀀀􀀀 strange middle byte + U+100000 0xf4808080 􀀀􀀀 strange middle byte U+10FFFF 0xf48fbfbf 􏿿􏿿 last valid four-byte U+110000 0xf4908080 ???? lowest beyond Unicode U+13FFFF 0xf4bfbfbf ???? end of strange middle byte Index: nogroff.out_utf8 =================================================================== RCS file: /home/cvs/mandoc/mandoc/regress/char/unicode/nogroff.out_utf8,v retrieving revision 1.1 retrieving revision 1.2 diff -Lregress/char/unicode/nogroff.out_utf8 -Lregress/char/unicode/nogroff.out_utf8 -u -p -r1.1 -r1.2 --- regress/char/unicode/nogroff.out_utf8 +++ regress/char/unicode/nogroff.out_utf8 @@ -35,11 +35,11 @@ DDEESSCCRRIIPPTTIIOONN ￾ ￿ 𐀀 LINEAR B SYLLABLE B008 A - 󿿽 + 󿿽 󿿾 󿿿 - 􀀀 - 􏿽 + 􀀀 + 􏿽 􏿾 􏿿 ENDTEST -- To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv