Bug#757726: ruby-rchardet: require 'rchardet fails' with invalid multibyte escape

2019-06-03 Thread Marek Veber
This version 1.3.3 is not ready for ruby-1.9 or ruby-2 ... On places with this bug can be inserted: "string[0]" -> "string.bytes[0]", but there is version 1.8 on rubygems (on github's changelog there is declared support for ruby-1.9.3 just in release 1.4.2)

Bug#757726: ruby-rchardet: require 'rchardet fails' with invalid multibyte escape

2014-08-10 Thread Tom Epperly
Package: ruby-rchardet Version: 1.3-3 Severity: normal Dear Maintainer, Here is what I did: sudo apt-get install ruby-rchardet $ irb irb(main):001:0> require 'rchardet' SyntaxError: /usr/lib/ruby/vendor_ruby/rchardet/universaldetector.rb:39: invalid multibyte escape: /[\x80-\xFF]/ from /