Project

General

Profile

« Previous | Next » 

Revision 5166

tnrs.py: encode_map: Removed '&', which is actually not a special character for TNRS (although ';' is)

View differences:

lib/tnrs.py
71 71
    ('\n', ' !nl '),
72 72
    ('\r', ' !cr '),
73 73
    ('%', ' !pct '),
74
    ('&', ' !amp '),
75 74
    (';', ' !sem '),
76 75
    ('\\', ' !bsl '),
77 76
    ('_', ' !und '), # TNRS replaces with " "

Also available in: Unified diff