Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 252 Bytes

README.rst

File metadata and controls

14 lines (9 loc) · 252 Bytes

utf8_escape

HTML escape for utf8-encoded strings

# coding=utf8
from utf8_escape import escape_html
print escape_html("меньше < more")
меньше &lt; more