summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlotte Koch <charlotte@magentastripe.com>2023-12-31 10:12:13 -0800
committerCharlotte Koch <charlotte@magentastripe.com>2023-12-31 10:12:13 -0800
commitd4db291d6f021ed788b3142ba5f5ddd565bcff6c (patch)
tree56cf4478dd4dc03b5ce27d39663a67ecf168b569
parentf7d69c1bfaaf9c47cae44688e89abbb4215cbc04 (diff)
Handle single-quotes before double-quotes
-rw-r--r--script/unicodify.sed4
1 files changed, 2 insertions, 2 deletions
diff --git a/script/unicodify.sed b/script/unicodify.sed
index a04f199..09e70cf 100644
--- a/script/unicodify.sed
+++ b/script/unicodify.sed
@@ -1,8 +1,8 @@
s,[[:space:]]--[[:space:]],\&\#8212;,g
-s,'`,\&\#8216;,g
s,"`,\&\#8220;,g
-s,`',\&\#8217;,g
s,`",\&\#8221;,g
+s,'`,\&\#8216;,g
+s,`',\&\#8217;,g
s,\&iuml;,\&\#239;,g
s,\&egrave;,\&\#232;,g
s,\&eacute;,\&\#233;,g