Re: [MacRuby-devel] String functions not working in 3/17/2010 build

2010-03-17 Thread Laurent Sansonetti
Hi Robert, As I wrote earlier, please refrain yourself from using trunk right now for real development. It has well-known problems :-) The NSString bridging code for the new String should land later this week... Laurent On Mar 17, 2010, at 8:07 PM, Robert Rice wrote: > Hi group: > > UTF-8 de

[MacRuby-devel] String functions not working in 3/17/2010 build

2010-03-17 Thread Robert Rice
Hi group: UTF-8 default is working again in 3/17 build but I have new problems with strings: Given: def reportDate return nil if @calendar.nil? desc = @calendar.dateValue.description desc.slice(0..3) + desc.slice(5..6) + de