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.
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.