Actions
Bug #1918
closedinspect Struct.new results incompatible character encodings on non-ascii structure
Description
=begin
inspect Struct.new results incompatible character encodings on non-ascii name and member.
$ ruby -e "Résumé = Struct.new(:résumé);p Résumé.new"
-e:1:in inspect': incompatible character encodings: ASCII-8BIT and UTF-8 (Encoding::CompatibilityError) from -e:1:in
p'
from -e:1:in `'
=end
Actions
Like0
Like0Like0