Issues with special chars in encryption
onebyte4 opened this issue · 6 comments
Modloader
Fabric
Minecraft Version
1.19.2
Modloader Version
Fabric Loader v0.14.9 + Fabric Api v0.62.0+1.19.2
No Chat Reports Version
1.19.2-v1.13.8
Modpack Info
No response
The latest.log File
No response
Bug Description
chars like this only works on Caesar Encryption : á ß ü ÿ
korean,japanese,chinese not work correctly in any encryption algorithm:
examples:
こんにちは
你好呀
안녕
some other special chars also not work correctly on any encryption algorithm : ✘✭✪
Steps to Reproduce
No response
Other Information
No response
update: putting -Dfile.encoding=UTF-8 to jvm arguments fixes issue except caesar
Quite as expected. I still need to know what default encoding is in your case to test things with it though.
Yes, this does seem to be encoding-related. What is default encoding on your client? You can run this version of NCR and look for Default JVM text encoding is:
line in the logs to find out: https://aizistral.com/NoChatReports-FABRIC-1.19.2-v1.13.9_debug.jar