summaryrefslogtreecommitdiff
path: root/script/unicodify.sed
AgeCommit message (Collapse)Author
2025-04-07Nbsp breaks rendering on Kobo -- don't use itOLD_MASTERCharlotte Koch
2025-04-06More nuanced way of handling ellipsesCharlotte Koch
2024-09-24Need another post-processing step to "unconvert" double quotesCharlotte Koch
2024-09-13Handle ellipses interactions with curly double quotesCharlotte Koch
2024-09-13New approach for dealing with unmatched double quotes.Charlotte Koch
The old solution had a subtle, unwanted side-effect which didn't account for closed double quotes butted against a nonword character (e.g. em-dash or ellipsis). This approach is much better. It delegates the handling of curly double quotes to Asciidoctor as much as possible *except for* the singular times where we need to make an exception.
2024-08-09Add C-cedille unicode charCharlotte Koch
2023-12-31Comments in the unicodify script.Charlotte Koch
2023-12-31Handle single-quotes before double-quotesCharlotte Koch
2023-10-08Purposefully exclude comments and handle smart-quoting directlyCharlotte Koch
Asciidoctor's handling of quote marks isn't perfect, but we can preprocess the markup a bit further to take care of it on our end. Also, strip comments out of the "concatenated" document on purpose -- this is to allow for more accurate word-counts.
2023-08-17Sed substitutions to go in a separate fileCharlotte Koch
This is the beginnings of the big Unicode conversion table