We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 646cdce + a8d0bbe commit 37736e1Copy full SHA for 37736e1
lib/net/ber/core_ext/string.rb
@@ -32,6 +32,8 @@ def raw_utf8_encoded
32
self.encode('UTF-8').force_encoding('ASCII-8BIT')
33
rescue Encoding::UndefinedConversionError
34
self
35
+ rescue Encoding::ConverterNotFoundError
36
+ return self
37
end
38
else
39
0 commit comments