Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Unicode character becomes u-code representation in string #199

Closed
DevChagrins opened this issue Mar 8, 2019 · 1 comment
Closed

Unicode character becomes u-code representation in string #199

DevChagrins opened this issue Mar 8, 2019 · 1 comment
Assignees
Labels
bug Something isn't working research

Comments

@DevChagrins
Copy link

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.

@ufna ufna added bug Something isn't working research labels Mar 13, 2019
@ufna
Copy link
Owner

ufna commented Jun 14, 2019

@nnprudnikov , please check it.

@ufna ufna closed this as completed in 22237e4 Jan 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working research
Projects
None yet
Development

No branches or pull requests

3 participants