microsoftgraph / msgraph-cli-archived

The Microsoft Graph CLI repository has moved. This repository is now an archive.
https://github.com/microsoftgraph/msgraph-cli
Other
44 stars 9 forks source link

Fixes utf8 encoding #4

Closed jobala closed 4 years ago

jobala commented 4 years ago

Purpose

This PR fixes the cli from breaking when it receives non utf8 encoded characters.

Notes

msgraph-cli was breaking when it received a response from mg mail user list-messages command. The failure was due to a byte string in the response that could not be decoded with utf-8 coding format. Changes in this PR try to decode the byte string, if the decoding fails, it ignores the byte string.