summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-01-23 22:19:34 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2023-01-23 22:19:34 -0800
commit2b7569d8eef6eb1035a9a8459b459f0944ca7686 (patch)
treeb04f1fb1b64b74409be949ef1032c2fc2740faf7
parentff606c4c6b67893d9dc36958ae03d2b7a1dd5e7a (diff)
downloadtz-2b7569d8eef6eb1035a9a8459b459f0944ca7686.tar.gz
‘ª’, ‘µ’, and ‘º’ are alphabetic
* 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
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 17e3bb5..2ae0cbd 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.