summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-01-24 18:50:28 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2023-01-24 18:50:28 -0800
commit42f5b65ce7f2f373fd802b7594c7a0cd4ee65c60 (patch)
tree605464e0e176e87fdcf01028b9c41f793f533a3b
parent63ab6ed22692bc2a272ce9d24cd9540404f6a3a2 (diff)
downloadtz-42f5b65ce7f2f373fd802b7594c7a0cd4ee65c60.tar.gz
Remove UNUSUAL_OK_IPA
* Makefile (UNUSUAL_OK_IPA): Remove; no longer needed now that the commentary no longer uses that IPA character. Use removed.
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 2ae0cbd..5ebd5d2 100644
--- a/Makefile
+++ b/Makefile
@@ -463,13 +463,9 @@ SAFE_CHAR= '[]'$(SAFE_CHARSET)'-]'
# and so are likely displayable even in editors like XEmacs 21
# 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.
-UNUSUAL_OK_IPA = u̯
# Non-ASCII non-letters that OK_CHAR allows, as these characters are
# useful in commentary.
-UNUSUAL_OK_CHARSET= $(UNUSUAL_OK_LATIN_1)$(UNUSUAL_OK_IPA)
+UNUSUAL_OK_CHARSET= $(UNUSUAL_OK_LATIN_1)
# Put this in a bracket expression to match spaces.
s = [:space:]