Björn Herzig
2010-01-02 00:40:47 UTC
Ok, i could pinpoint the problem.
It's basically an encoding problem. Whenever i receive german umlaut an exception gets
thrown and i get disconnected from the server
W, [2010-01-02T01:37:17.139421 #2071] WARN -- : EXCEPTION:
REXML::ParseException
#<Encoding::CompatibilityError: incompatible encoding regexp match (UTF-8 regexp with ASCII-8BIT string)>
/Users/raichoo/.local/lib/ruby/1.9.1/rexml/source.rb:212:in `match'
/Users/raichoo/.local/lib/ruby/1.9.1/rexml/source.rb:212:in `match'
/Users/raichoo/.local/lib/ruby/1.9.1/rexml/parsers/baseparser.rb:432:in `pull'
/Users/raichoo/.local/lib/ruby/1.9.1/rexml/parsers/sax2parser.rb:92:in `parse'
/UConnecting to localhost:6667
I'm not a ruby expert. How can i work around this?
Regards,
Björn
It's basically an encoding problem. Whenever i receive german umlaut an exception gets
thrown and i get disconnected from the server
W, [2010-01-02T01:37:17.139421 #2071] WARN -- : EXCEPTION:
REXML::ParseException
#<Encoding::CompatibilityError: incompatible encoding regexp match (UTF-8 regexp with ASCII-8BIT string)>
/Users/raichoo/.local/lib/ruby/1.9.1/rexml/source.rb:212:in `match'
/Users/raichoo/.local/lib/ruby/1.9.1/rexml/source.rb:212:in `match'
/Users/raichoo/.local/lib/ruby/1.9.1/rexml/parsers/baseparser.rb:432:in `pull'
/Users/raichoo/.local/lib/ruby/1.9.1/rexml/parsers/sax2parser.rb:92:in `parse'
/UConnecting to localhost:6667
I'm not a ruby expert. How can i work around this?
Regards,
Björn