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
..
2015-07-18 19:18:11 -07:00
2015-11-14 03:00:29 -08:00
2015-07-16 15:14:54 +03:00