gazuntype / graphQL-client-unity

This repository houses a unitypackage that can be included in your Unity Project to enable it communicate with a graphQL server.
Apache License 2.0
292 stars 49 forks source link

update HttpHandler to use UTF8 instead of ASCII #33

Open dlorddd opened 2 years ago

dlorddd commented 2 years ago

I would propose a change to the HttpHandler to use UTF8 instead of ASCII for the data posting. We used this library for a login system and we noticed that when using Umlauts the login would fail. Switching from ASCII to UTF8 fixes this behavior.