K 10 svn:author V 5 shurd K 8 svn:date V 27 2018-06-11T22:21:07.532438Z K 7 svn:log V 341 Fix unicode for 'C' locale. wxPython 3.0 uses the current locale when wx is imported to decide on the default text encoding. When the locale is 'C' this means only US-ASCII is supported, corrupting the disaply quite badly. As a hack, if the encoding is US-ASCII, force LC_ALL to en_US.UTF-8 which allows unicode to work. Reported by: db END