Ascii Text:
https://www.rapidtables.com/code/text/ascii-table.html
remove of escape chars
https://stackoverflow.com/questions/92438/stripping-non-printable-characters-from-a-string-in-python
win encoding
https://stackoverflow.com/questions/42070668/python-3-default-encoding-cp1252
https://wiki.python.org/moin/EscapingHtml
a.encode('ascii', 'xmlcharrefreplace')
https://docs.python.org/3/library/cgi.html#cgi.escape
Posted by Cuauhtemoc to Cuauhtemoc's Deck (2021-05-03 15:05)