Libraski
New member
Hey everyone,
I'm currently trying to set up a custom server with Havana, and I’m running into a weird issue with the encryption system.
Whenever I send messages that include special characters like ä, ö, ü, ß, the message gets cut off or the client freezes completely.
For example, if I write "täst", only "tä" shows up. If I send longer UTF-8 texts, the whole client crashes or disconnects silently.
I'm using the original Cryptography.java and everything is still in its default state (I didn't modify anything important). I tried to understand what's going wrong with the help of ChatGPT, but since I don't have much programming experience, it's hard for me to fully fix it myself.
So I'm hoping someone here might understand the internals of Havana's encryption system and could explain what’s causing this or how to properly handle UTF-8 in this setup.
Thanks a lot in advance
I'm currently trying to set up a custom server with Havana, and I’m running into a weird issue with the encryption system.
Whenever I send messages that include special characters like ä, ö, ü, ß, the message gets cut off or the client freezes completely.
For example, if I write "täst", only "tä" shows up. If I send longer UTF-8 texts, the whole client crashes or disconnects silently.
I'm using the original Cryptography.java and everything is still in its default state (I didn't modify anything important). I tried to understand what's going wrong with the help of ChatGPT, but since I don't have much programming experience, it's hard for me to fully fix it myself.
So I'm hoping someone here might understand the internals of Havana's encryption system and could explain what’s causing this or how to properly handle UTF-8 in this setup.
Thanks a lot in advance
