msgraph-sdk-ruby icon indicating copy to clipboard operation
msgraph-sdk-ruby copied to clipboard

Emoji support: Encoding::UndefinedConversionError: "\xE2" from ASCII-8BIT to UTF-8

Open KevinColemanInc opened this issue 6 years ago • 0 comments

I am trying to call to_json on a message with the subject and body having emojis (🎡✈️).

The following exception in thrown:

Encoding::UndefinedConversionError: "\xE2" from ASCII-8BIT to UTF-8

KevinColemanInc avatar Jul 21 '19 20:07 KevinColemanInc