ASCII Replacements

Replaces non-ASCII characters by ASCII combinations.

pysk.utils.ascii.toAscii(string)

Convert string to ASCII string

Replaces all non-ASCII characters by suitable replacements

Parameters:string – input string
Returns:string with all non-ASCII characters replaced