General

Profile

taf2 (Todd Fisher)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

04/06/2022

07:07 PM Ruby Bug #18679: Encoding::UndefinedConversionError: "\xE2" from ASCII-8BIT to UTF-8
@byroot thank you! that was it on intel: Encoding.default_internal
=> #<Encoding:UTF-8>
On arm:
Encoding.default_internal
=> nil
taf2 (Todd Fisher)

04/05/2022

08:21 PM Ruby Bug #18679: Encoding::UndefinedConversionError: "\xE2" from ASCII-8BIT to UTF-8
I found some additional insight... on Intel we can puts File.read("this-file-contains-utf8") # and no crash
On arm in some cases when we do
puts File.read("this-file-contains-uf8") # it crashes with an encoding error ...
Adding ...
taf2 (Todd Fisher)
08:02 PM Ruby Bug #18679 (Rejected): Encoding::UndefinedConversionError: "\xE2" from ASCII-8BIT to UTF-8
We are facing an issue only when running ruby on arm from amazon linux. In some cases when we puts a string we'll receive the above error message. However when we run the same data through puts on Intel we do not receive this error. ... taf2 (Todd Fisher)

Also available in: Atom