xardion has quit [Remote host closed the connection]
xardion has joined #jruby
<nirvdrum>
enebo: It looks like I was mistaken. JRuby always defaults to the LE variants of UTF-16 and UTF-32. I could have sworn it was BE, but I just check.
<nirvdrum>
*checked.
<nirvdrum>
At least, that's what `getActualEncoding` returns.
<nirvdrum>
I'll need to go through MRI again.
<enebo>
nirvdrum: ok yeah I thought 32 was LE by default but I never trust my memory of stuff like that
<nirvdrum>
I think it's BE in TruffleRuby and I would've sworn they matched. We both use jcodings and that code was taken almost verbatim from TruffleRuby.
<nirvdrum>
So, I need to wade around in there a bit more. I hate this stuff (i.e., dummy encodings).