Open mowgli opened 4 years ago
This patch fixes failure when using non UTF-8 charset.
Coverage decreased (-0.3%) to 91.281% when pulling efb2139eef76cf6e1bd6296bee861a001e2ceefd on mowgli:develop into d3e12d1c8d4d458b912425bb384bfd635a0a916a on robgolding:develop.
I don't think we can feasibly use locale.nl_langinfo (yet), because it's not available on all systems on Python 2.7—which we still support for now.
locale.nl_langinfo
This patch fixes failure when using non UTF-8 charset.