diff options
| author | Charlotte Koch <charlotte@magentastripe.com> | 2023-12-31 10:12:13 -0800 |
|---|---|---|
| committer | Charlotte Koch <charlotte@magentastripe.com> | 2023-12-31 10:12:13 -0800 |
| commit | d4db291d6f021ed788b3142ba5f5ddd565bcff6c (patch) | |
| tree | 56cf4478dd4dc03b5ce27d39663a67ecf168b569 | |
| parent | f7d69c1bfaaf9c47cae44688e89abbb4215cbc04 (diff) | |
Handle single-quotes before double-quotes
| -rw-r--r-- | script/unicodify.sed | 4 |
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,\ï,\&\#239;,g s,\è,\&\#232;,g s,\é,\&\#233;,g |
