Revision 5166
Added by Aaron Marcuse-Kubitza over 12 years ago
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
tnrs.py: encode_map: Removed '&', which is actually not a special character for TNRS (although ';' is)