Mercurial > cgi-bin > hgweb.cgi > curlyq
changeset 18:b2dab0667ec2
Fix bug; new ws much like old.
author | David Barts <n5jrn@me.com> |
---|---|
date | Fri, 27 Dec 2019 23:28:57 -0800 |
parents | 0c8d787bc7e1 |
children | f8d0a5201dd7 |
files | curlers.py |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/curlers.py Fri Dec 27 15:53:22 2019 -0800 +++ b/curlers.py Fri Dec 27 23:28:57 2019 -0800 @@ -10,11 +10,11 @@ # V a r i a b l e s -# Quote types, as rune values -LSQUO = 0x2018 -APOS = RSQUO = 0x2019 -LDQUO = 0x201c -RDQUO = 0x201d +# Quote types +LSQUO = "\u2018" +APOS = RSQUO = "\u2019" +LDQUO = "\u201C" +RDQUO = "\u201D" # Words that start with an apostrophe. Cribbed from Wordpress. _ASTART = [ "'tain't", "'twere", "'twas", "'tis", "'twill", "'til",