Closed tkopets closed 6 years ago
Check if connection encoding is a valid python encoding, if not use utf-8 encoding. If connection encoding is set to null (which results in python None), then use utf-8 encoding.
encoding
utf-8
null
None
Fixes #177
Check if connection
encoding
is a valid python encoding, if not useutf-8
encoding. If connectionencoding
is set tonull
(which results in pythonNone
), then useutf-8
encoding.Fixes #177