Hi, In my application that is running on top of Kt...
# server
i
Hi, In my application that is running on top of Ktor 1.6.4 I noticed that call.receiveText() returns a garbled string if the input text is in Japanese. I ruled out that it happens on the client side. Is there some configuration I forgot to do to make receiveText handle Japanese correctly?
j
It seems unlikely this is the cause, but I would verify the JVM is running with the charset set to UTF-8
c
maybe ask in #ktor
i
Thanks I will try