Python[23] kludge
commitd57336fd8914df2f80fb8bc6b16eaacf3441eac1
authormalc <moosotc@gmail.com>
Tue, 16 Feb 2016 09:14:57 +0000 (16 12:14 +0300)
committermalc <moosotc@gmail.com>
Tue, 16 Feb 2016 09:14:57 +0000 (16 12:14 +0300)
tree776ef6696ea0344e432041e498f8fa5834640c28
parent042dd55c3080d45d12df879a4d4a4c50eadd6106
Python[23] kludge

Trying gc.py on a system with LC_CTYPE=<something>.utf8 and where
filesystem contains names with character bytes that defy the utf-8
rules (f.e. koi8-r) leads to nasty surprises (i.e. works gc.py used to
work python3 but not python2).
misc/gc.py