We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 678716b + 59ec51d commit 2360386Copy full SHA for 2360386
3 files changed
VERSION
@@ -1 +1 @@
1
-2.2.0
+2.2.1
lib/rdf/reader.rb
@@ -585,7 +585,7 @@ def readline
585
# Encoding::UndefinedConversionError is raised by MRI.
586
# Encoding::InvalidByteSequenceError is raised by jruby >= 1.7.5
587
# Encoding::ConverterNotFoundError is raised by jruby < 1.7.5
588
- @line = RDF::NTriples::Reader.unescape(@line).encode(encoding)
+ @line.force_encoding(encoding)
589
end
590
@line
591
0 commit comments