From 2b7569d8eef6eb1035a9a8459b459f0944ca7686 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 23 Jan 2023 22:19:34 -0800 Subject: [PROPOSED] =?UTF-8?q?=E2=80=98=C2=AA=E2=80=99,=20=E2=80=98=C2=B5?= =?UTF-8?q?=E2=80=99,=20and=20=E2=80=98=C2=BA=E2=80=99=20are=20alphabetic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Makefile (UNUSUAL_OK_LATIN_1): Make contents match comments by omitting the alphabetic characters ‘ª’, ‘µ’, and ‘º’, which are redundant here because of OK_CHAR’s [:alpha:]. Problem reported by Brian Inglis in: https://mm.icann.org/pipermail/tz/2023-January/032552.html --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 17e3bb57..2ae0cbd0 100644 --- a/Makefile +++ b/Makefile @@ -461,8 +461,8 @@ SAFE_CHAR= '[]'$(SAFE_CHARSET)'-]' # These non-alphabetic, non-ASCII printable characters are Latin-1, # and so are likely displayable even in editors like XEmacs 21 -# that have limited character sets. -UNUSUAL_OK_LATIN_1 = ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿×÷ +# that have limited display capabilities. +UNUSUAL_OK_LATIN_1 = ¡¢£¤¥¦§¨©«¬®¯°±²³´¶·¸¹»¼½¾¿×÷ # This IPA symbol is represented in Unicode as the composition of # U+0075 and U+032F, and U+032F is not considered alphabetic by some # grep implementations that do not grok composition. -- 2.37.2