-- a/nopython++ b/nopython
@@ -17,7 +17,7 @@
If you didn't notice that these programs are sluggish and consume much memory, -you're blind- even now you can still be healed.
Lastmp, for example, crashes "wherever it encounters broken Unicode":http://bitcheese.net/vlog/post/580. Looks like you need to surround every string loading Solving this problem requires -surrounding unicode loadings with try..catch in python for that not to happen. Good design, eh? try..catch- calling unicode(data, 'ignore') instead of unicode(data). Note the string option used where saner language would use enum, flags or other method.
h1. Python brokenness from developer's point of view.