Actions
Bug #7524
closed 
    rdoc hangs upon encountering fraktur characters
    Bug #7524:
    rdoc hangs upon encountering fraktur characters
  
Description
In an empty directory, when I create a *.rb file containing:
#encoding: utf-8
class MyClass
def my_method
        
           Updated by Anonymous almost 13 years ago
          Updated by Anonymous almost 13 years ago
          
          
        
        
      
      class MyClass
def my_method
        
           Updated by Anonymous almost 13 years ago
          Updated by Anonymous almost 13 years ago
          
          
        
        
      
      Hahahahaha :))))), this discussion is also unable to display fraktur characters
class MyClass
def my_method
type_fraktur_small_m_here # :))))))
end
end
        
           Updated by Anonymous almost 13 years ago
          Updated by Anonymous almost 13 years ago
          
          
        
        
      
      before fraktur
        
           Updated by Anonymous almost 13 years ago
          Updated by Anonymous almost 13 years ago
          
          
        
        
      
      It's Unicode character U+1D592.
        
           Updated by zzak (zzak _) almost 13 years ago
          Updated by zzak (zzak _) almost 13 years ago
          
          
        
        
      
      This should be fixed in rdoc 4:
https://github.com/rdoc/rdoc/issues/140
        
           Updated by Anonymous almost 13 years ago
          Updated by Anonymous almost 13 years ago
          
          
        
        
      
      I just gave up on them, the problem is fixed afaiac :-)
        
           Updated by zzak (zzak _) almost 13 years ago
          Updated by zzak (zzak _) almost 13 years ago
          
          
        
        
      
      - Status changed from Open to Closed
        
           Updated by drbrain (Eric Hodel) almost 13 years ago
          Updated by drbrain (Eric Hodel) almost 13 years ago
          
          
        
        
      
      - Category set to lib
- Assignee set to drbrain (Eric Hodel)
- Target version set to 2.0.0
This was still a bug, fixed by r38277
Actions