On Aug 28, 2008, at 1:13 PM, Charles Turner wrote: > This diff file shows the patches I made to get the support file > executor.rb to work > with ruby 1.9.0 (2007-12-25 revision 14709) [i686-darwin9.4.0] > > While this fixed the symptom, I have a low confidence that it fixed > the > actual cause of the problem.
This patch loads jcode, but doesn't call any jcode methods. We should be able to remove that line. I'm uncomfortable with how this removes the block check in the if statement as well. $KCODE = "U" is also the old 1.9 strategy. I believe the 1.9 equivalent would be: # coding: UTF-8 James Edward Gray II _______________________________________________ textmate-dev mailing list [email protected] http://lists.macromates.com/listinfo/textmate-dev
