Actions
Bug #4380
closedEncoding of result string for String#gsub! is not consistent for BINARY
    Bug #4380:
    Encoding of result string for String#gsub! is not consistent for BINARY
  
Description
=begin
When String#gsub! is called on a string in BINARY encoding the encoding may be changed to the replacement encoding.
Attached is a test patch.
=end
Files
        
           Updated by drbrain (Eric Hodel) over 14 years ago
          Updated by drbrain (Eric Hodel) over 14 years ago
          
          
        
        
      
      - File test_string.rb.gsub_bang_encoding.patch added
=begin
=end
        
           Updated by drbrain (Eric Hodel) over 14 years ago
          Updated by drbrain (Eric Hodel) over 14 years ago
          
          
        
        
      
      - File deleted (test_string.rb.gsub_bang_encoding.patch)
=begin
=end
        
           Updated by naruse (Yui NARUSE) over 14 years ago
          Updated by naruse (Yui NARUSE) over 14 years ago
          
          
        
        
      
      - Status changed from Open to Assigned
- Assignee set to naruse (Yui NARUSE)
=begin
=end
        
           Updated by naruse (Yui NARUSE) over 14 years ago
          Updated by naruse (Yui NARUSE) over 14 years ago
          
          
        
        
      
      - Status changed from Assigned to Closed
- % Done changed from 0 to 100
=begin
This issue was solved with changeset r30876.
Eric, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- 
string.c (rb_enc_cr_str_buf_cat): remove special treatment of 
 ASCII-8BIT receivers.
- 
string.c (str_gsub): set initial encoding of the buffer as the 
 same of the receiver. [ruby-core:35141]
 =end
Actions