Project

General

Profile

Bug #19532

Updated by Eregon (Benoit Daloze) about 1 year ago

```ruby 
 irb(main):001:0> "\u{10000}".encode("cesu-8").chop 
 => "\xED\xA0\x80" 
 ``` 
 But it should be `""`. 

 Fix in https://github.com/ruby/ruby/pull/7510

Back