diff options
| author | Charlotte Koch <charlotte@magentastripe.com> | 2024-08-09 14:31:54 -0700 |
|---|---|---|
| committer | Charlotte Koch <charlotte@magentastripe.com> | 2024-08-09 14:31:56 -0700 |
| commit | 30083535ac49026583bcb37f0d7dcf2321c59ee5 (patch) | |
| tree | d2316cb4df86e9bb706b23bf92f7a9f18085172c /script | |
| parent | 74b2efbadf0aed9a20ff36445b09454fa6311d40 (diff) | |
Add C-cedille unicode char
Diffstat (limited to 'script')
| -rw-r--r-- | script/unicodify.sed | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/script/unicodify.sed b/script/unicodify.sed index d0df04b..358586a 100644 --- a/script/unicodify.sed +++ b/script/unicodify.sed @@ -8,9 +8,10 @@ s,'`,\&\#8216;,g s,`',\&\#8217;,g # Diacritics. -s,\ï,\&\#239;,g +s,\ç,\&\#231;,g s,\è,\&\#232;,g s,\é,\&\#233;,g +s,\ï,\&\#239;,g # Remove Asciidoc comments now, for the sake of getting more accurate # wordcounts. |
