terryyin / translate-python

Online translation as a Python module & command line tool. No key, no authentication needed.
MIT License
728 stars 153 forks source link

Translating new-lines and other escape characters #67

Open iViscosity opened 3 years ago

iViscosity commented 3 years ago

Escape sequences (such as newline \n) are translated as 
 (their ASCII code).