ruby / stringio

Pseudo `IO` class from/to `String`.
BSD 2-Clause "Simplified" License
33 stars 26 forks source link

Implement set_encoding_by_bom #101

Open headius opened 1 month ago

headius commented 1 month ago

See #100.

headius commented 1 month ago

JRuby is still not green but it reduces the failure count by 5, exactly the number of tests that failed due to missing set_encoding_by_bom.

@nobu This is ready for review and merge. I will try to get the remaining tests green some day.