Lichen

tests/locale.py

517:149a38af3384
2017-01-29 Paul Boddie Fixed the find and split methods, added lstrip, rstrip, strip implementations.
     1 import locale     2      3 print locale.getlocale()     4 print locale.initlocale()     5 print locale.getlocale()     6 print locale.setlocale(locale.LC_CTYPE, "en_GB.UTF-8")     7 print locale.getlocale()