Actions
Bug #1833
closedClass name encoding
Description
=begin
Encoding of class name is not preserved.
#encoding: UTF-8
class Cß
end
p Cß.name #=> "C\xC3\x9F"
p Cß.name.encoding #=> #Encoding:ASCII-8BIT
I expect the encoding of the name to be UTF-8.
=end
Actions
Like0
Like0Like0