UNICHR             33 third_party/markupsafe/_speedups.c 	escaped_chars_repl['"'] = UNICHR(""");
UNICHR             34 third_party/markupsafe/_speedups.c 	escaped_chars_repl['\''] = UNICHR("'");
UNICHR             35 third_party/markupsafe/_speedups.c 	escaped_chars_repl['&'] = UNICHR("&");
UNICHR             36 third_party/markupsafe/_speedups.c 	escaped_chars_repl['<'] = UNICHR("&lt;");
UNICHR             37 third_party/markupsafe/_speedups.c 	escaped_chars_repl['>'] = UNICHR("&gt;");