diff options
| author | Charlotte Koch <charlotte@magentastripe.com> | 2025-04-07 17:39:09 -0700 |
|---|---|---|
| committer | Charlotte Koch <charlotte@magentastripe.com> | 2025-04-07 17:39:09 -0700 |
| commit | f5c65e7566b9ee4fb15e86d673ee684a3bee407c (patch) | |
| tree | af391a778b5fc12e786d40edfb95e0d67cb2eeba /script | |
| parent | 7f91b0231ad8e7e8702a7111c1fb6568f997f367 (diff) | |
Nbsp breaks rendering on Kobo -- don't use itOLD_MASTER
Diffstat (limited to 'script')
| -rw-r--r-- | script/unicodify.sed | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/script/unicodify.sed b/script/unicodify.sed index 138003e..1c7fa38 100644 --- a/script/unicodify.sed +++ b/script/unicodify.sed @@ -6,7 +6,7 @@ s,//.*,,g s,[[:space:]]*--[[:space:]]*,\&\#8212;,g # Remove spaces before an ellipsis, while ensuring one space after. -s,[[:space:]]*\.\.\.[[:space:]]*,\&\#8230;\ ,g +s,[[:space:]]*\.\.\.[[:space:]]*,\&\#8230;\ ,g # Explicitly handle curly double quotes before curly single quotes. s,"`,\&\#8220;,g @@ -23,4 +23,3 @@ s,\ï,\&\#239;,g # Remove spaces before a close-quote, which might have accidentally been # introduced while converting ellipses earlier. s,[[:space:]]*\&\#8221;,\&\#8221;,g -s,\ \&\#8221;,\&\#8221;,g |
