This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 188330 - invalid multibyte escape error in 6.9 but not 6.8
Summary: invalid multibyte escape error in 6.9 but not 6.8
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-02 19:40 UTC by agyar
Modified: 2011-01-28 20:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description agyar 2010-07-02 19:40:26 UTC
From the 6.9 IDE, running an RSpec file, I get an error on line 11 in the aws-s3 gem: 

/usr/local/lib/ruby/gems/1.9.1/gems/aws-s3-0.6.2/lib/aws/s3.rb:11:in `require': /usr/local/lib/ruby/gems/1.9.1/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:84: invalid multibyte escape: /[\x80-\xFF]/ (SyntaxError)

It's similar to an error msg that can occur in Ruby 1.9, but the same file runs perfectly from the command line and from the Ruby 1.8 IDE, so I'm imagining it's a Netbeans-specific issue rather than a gem issue.

I'm running Ruby 1.9.1p376.