Actions
Bug #1833
closedClass name encoding
    Bug #1833:
    Class 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
        
           Updated by naruse (Yui NARUSE) over 16 years ago
          Updated by naruse (Yui NARUSE) over 16 years ago
          
          
        
        
      
      - Category set to M17N
- Status changed from Open to Assigned
- Assignee set to naruse (Yui NARUSE)
- Target version set to 1.9.2
=begin
=end
        
           Updated by nobu (Nobuyoshi Nakada) over 16 years ago
          Updated by nobu (Nobuyoshi Nakada) over 16 years ago
          
          
        
        
      
      - Status changed from Assigned to Closed
- % Done changed from 0 to 100
=begin
Applied in changeset r24321.
=end
Actions