pyst2/asterisk
TuxPowered cef87f4241 Force quoted string to ascii
If setting variables to non-ascii values (such as reading data from a database) your script will fail due to UnicodeEncodeError.
My forcing the encoding of the string at the 'quote' to ascii and ignoring non-ascii chars, we are able to prevent abnormal script exits due to quoted string chars.
2015-11-14 03:00:29 -08:00
..
__init__.py Version bump. 2015-07-18 19:18:11 -07:00
agi.py Force quoted string to ascii 2015-11-14 03:00:29 -08:00
agitb.py minor rewrite for Python 3 support. Some other fixes in corresponding files. 2014-10-08 11:43:32 +06:00
config.py minor rewrite for Python 3 support. Some other fixes in corresponding files. 2014-10-08 11:43:32 +06:00
manager.py Support utf8 for commands. 2015-07-16 15:14:54 +03:00