You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
I'm receiving some data back from a Request and once GetResponseContentAsString is called, the character é is replaced with u00e9.
Upon further inspection the é shows up in the Destination Buffer in UVaRestJsonObject::DeserializeFromUTF8Bytes but after encoding the data, this is changed to the string u00e9.
The text was updated successfully, but these errors were encountered:
I'm receiving some data back from a Request and once GetResponseContentAsString is called, the character é is replaced with u00e9.
Upon further inspection the é shows up in the Destination Buffer in UVaRestJsonObject::DeserializeFromUTF8Bytes but after encoding the data, this is changed to the string u00e9.
The text was updated successfully, but these errors were encountered: