[MacRuby-devel] [MacRuby] #485: Use of Snow leopard only string function

2009-12-05 Thread MacRuby
#485: Use of Snow leopard only string function +--- Reporter: jus...@…| Owner: lsansone...@… Type: defect | Status: new Priority: major

Re: [MacRuby-devel] UTF8 Strings

2009-12-05 Thread s.ross
Laurent-- Thanks for the quick reply. See comments below: On Dec 5, 2009, at 4:22 PM, Laurent Sansonetti wrote: > Hi Steve, > > On Dec 5, 2009, at 1:45 PM, s.ross wrote: > >> My code receives XML data from a Web Service API call that is in UTF8 >> encoding. This winds up in a string. >> >>

Re: [MacRuby-devel] UTF8 Strings

2009-12-05 Thread Laurent Sansonetti
Hi Steve, On Dec 5, 2009, at 1:45 PM, s.ross wrote: My code receives XML data from a Web Service API call that is in UTF8 encoding. This winds up in a string. return_data = NSURLConnection.sendSynchronousRequest(@request, returningResponse: response, error: error) str = NSString.al

Re: [MacRuby-devel] [MacRuby] #484: scoping issues with notification center

2009-12-05 Thread MacRuby
#484: scoping issues with notification center -+-- Reporter: mattaimone...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: blocker

[MacRuby-devel] UTF8 Strings

2009-12-05 Thread s.ross
My code receives XML data from a Web Service API call that is in UTF8 encoding. This winds up in a string. return_data = NSURLConnection.sendSynchronousRequest(@request, returningResponse: response, error: error) str = NSString.alloc.initWithData(return_data, encoding: NSUTF8StringEncod

Re: [MacRuby-devel] [MacRuby] #484: scoping issues with notification center

2009-12-05 Thread MacRuby
#484: scoping issues with notification center -+-- Reporter: mattaimone...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: blocker