bitcoinlib icon indicating copy to clipboard operation
bitcoinlib copied to clipboard

library needs the locale set to utf-8

Open notagoodchew opened this issue 4 years ago • 2 comments

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

notagoodchew avatar Oct 14 '21 06:10 notagoodchew

The library needs UTF-8 to convert international mnemonic keys. Is there a problem with setting the locale to utf8?

mccwdev avatar Oct 14 '21 21:10 mccwdev

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

notagoodchew avatar Oct 16 '21 20:10 notagoodchew