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 f8605ae093..8620af5673 100644 --- a/py/makeqstrdata.py +++ b/py/makeqstrdata.py @@ -17,6 +17,7 @@ codepoint2name[ord('.')] = 'dot' codepoint2name[ord(':')] = 'colon' codepoint2name[ord('/')] = 'slash' codepoint2name[ord('%')] = 'percent' +codepoint2name[ord('#')] = 'hash' # this must match the equivalent function in qstr.c def compute_hash(qstr): |