Escape non-ascii characters:
x = ascii("My name is Ståle")
Run example » Definition and UsageThe ascii()
function returns a readable version of any object (Strings, Tuples, Lists, etc).
The ascii()
function will replace any non-ascii characters with escape characters:
Ã¥
will be replaced with \xe5
.
Track your progress - it's free!
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4