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.
1 parent 8a18267 commit a8d0bbeCopy full SHA for a8d0bbe
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