Damon Kohler
Damon Kohler
_From @GoogleCodeExporter on May 31, 2015 11:23_ Original comment by `[email protected]` on 1 Oct 2009 at 7:16
_From @GoogleCodeExporter on May 31, 2015 11:23_ ``` I added utf8 to the list of modules-to-package, so whenever Damon cuts a new release it should be there (http://code.google.com/p/android-scripting/source/detail? r=65eff52aff3a0bd7ac064156d5061c2592b744a9) However,...
_From @GoogleCodeExporter on May 31, 2015 11:23_ Original comment by `jhietaniemi` on 7 Oct 2009 at 10:33
_From @GoogleCodeExporter on May 31, 2015 11:23_ Original comment by `jhietaniemi` on 7 Oct 2009 at 10:35 - Changed title: **bsh UTF-8 fix**
_From @GoogleCodeExporter on May 31, 2015 11:23_ ``` In Python you need to keep in mind to declare your encoding. # -*- coding: utf-8 -*- Otherwise it crashes when you...
_From @GoogleCodeExporter on May 31, 2015 11:23_ ``` Is there any news on getting a fix for Perl sorted anytime soon? JSON/PP.pm makes *heavy* use of various encode/decode UTF8 routines....
_From @GoogleCodeExporter on May 31, 2015 11:23_ ``` Hi alexelder, Sawyer would probably be interested in any help you're will to provide. ``` Original comment by `[email protected]` on 28 May...
_From @GoogleCodeExporter on May 31, 2015 11:23_ ``` If the only thing missing is utf8.pm, that shouldn't be a problem at all. I've added an assert script for this on...
_From @GoogleCodeExporter on May 31, 2015 11:23_ ``` Scheme already runs on the iPhone using gambit - http://dynamo.iro.umontreal.ca/~gambit/wiki/index.php/Main_Page. It's bound to run android apps faster than the other scripting languages....
_From @GoogleCodeExporter on May 31, 2015 11:23_ ``` I have a Scheme interpreter, available as a set of JARfiles. I need a way to shoehorn this into ASE. I am...