Closed litnimax closed 9 years ago
I disagree that this is something ari-py should be doing. It should be acting on standard Python 2.x strings, which are ASCII. Passing a library unicode and expecting it to "just work" is not something that any library would recommend.
In fact, I'd go further and say that encouraging someone to pass unfiltered data from an external system directly into Asterisk is a bad idea in the first place.
Now, if someone wants to add full unicode support, that's fine - but that's a feature or enhancement, and certainly not a bug.
When you store ari connection info in database it is usually returned as python unicode string and ari-py fails to manage it: