bitcoinlib
bitcoinlib copied to clipboard
library needs the locale set to utf-8
after running 'python setup.py test' I get this error: Locale is currently set to 'ANSI_X3.4-1968'. This library needs the locale set to UTF-8 to function properly. When I manually call ">>> import locale
locale.setlocale(locale.LC_ALL, '') 'C' "
Thank you
The library needs UTF-8 to convert international mnemonic keys. Is there a problem with setting the locale to utf8?
Yes I am having a problem, maybe I'm slow or just over looked it but I can't seem to set it to utf8