Actions
Bug #18679
closedEncoding::UndefinedConversionError: "\xE2" from ASCII-8BIT to UTF-8
    Bug #18679:
    Encoding::UndefinedConversionError: "\xE2" from ASCII-8BIT to UTF-8
  
Description
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. I am not sure if this is a ruby issue maybe an iconv issue... but what would be the best way to capture more data to help from here?
Actions