What's Changed
- Fix encoding of Ruby source files loaded when
BOOTSNAP_READONLYis set.
Files would incorectly be loaded inASCII-8BITcausing literal strings outside
the pure ASCII range to haveASCII-8BITencoding instead ofUTF-8.
This bug was introduced in1.24.0.
Full Changelog: v1.24.0...v1.24.1