summaryrefslogtreecommitdiffhomepage
path: root/m4/__base.m4
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-02-23 15:22:05 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-02-23 15:22:05 +0100
commit7abf6c5a40bd14e2719d0423426fa905076ec97e (patch)
tree3fbb57e10af731ed21900c455e72421660234128 /m4/__base.m4
parent208ddaa76019af05d1e0f352912dab38ceedad6b (diff)
Use doubled curly-quotes for m4
Diffstat (limited to 'm4/__base.m4')
-rw-r--r--m4/__base.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/__base.m4 b/m4/__base.m4
index 611a256..a990e89 100644
--- a/m4/__base.m4
+++ b/m4/__base.m4
@@ -1,6 +1,6 @@
-m4_dnl To avoid annoying conflicts with quote characters, use
-m4_dnl U+2068 FIRST STRONG ISOLATE and U+2069 POP DIRECTIONAL ISOLATE
-m4_changequote(⁨,⁩)
+m4_dnl To avoid annoying conflicts with quote characters, use doubled curly
+m4_dnl quotes.
+m4_changequote(‘‘,’’)
m4_dnl We also need to avoid the comment character ever doing absolutely
m4_dnl anything, so set it to U+FFFD REPLACEMENT CHARACTER