diff options
Diffstat (limited to 'py/makeqstrdata.py')
-rw-r--r-- | py/makeqstrdata.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/makeqstrdata.py b/py/makeqstrdata.py index eaff11bd0..f8605ae09 100644 --- a/py/makeqstrdata.py +++ b/py/makeqstrdata.py @@ -16,6 +16,7 @@ codepoint2name[ord('-')] = 'hyphen'; codepoint2name[ord('.')] = 'dot' codepoint2name[ord(':')] = 'colon' codepoint2name[ord('/')] = 'slash' +codepoint2name[ord('%')] = 'percent' # this must match the equivalent function in qstr.c def compute_hash(qstr): |