graphQL-client-unity icon indicating copy to clipboard operation
graphQL-client-unity copied to clipboard

String including UTF-8 characters not working

Open paulwoerks opened this issue 4 years ago • 1 comments

I've got problems pushing Strings including special characters to our server. Special chars like "Ä" simply convert to "?" when pushing a mutation. Our server uses UTF-8 so the problem must occure on the serialization process of the client or something.

I'd like to include UTF-8, characters. Is there any fix to this? Thanks in advance.

paulwoerks avatar Dec 16 '21 07:12 paulwoerks

I have submitted a pull request to fix this behavior. Feel free to copy. It is not a lot of changes. #33

dlorddd avatar Jan 18 '22 21:01 dlorddd