Lichen

Annotated tests/locale.py

775:c8ba74a474eb
2017-03-25 Paul Boddie Fixed method name.
paul@375 1
import locale
paul@375 2
paul@375 3
print locale.getlocale()
paul@375 4
print locale.initlocale()
paul@375 5
print locale.getlocale()
paul@375 6
print locale.setlocale(locale.LC_CTYPE, "en_GB.UTF-8")
paul@375 7
print locale.getlocale()