maruohon / malilib

Library mod for masa's client-side Minecraft mods
GNU Lesser General Public License v3.0
294 stars 124 forks source link

Can't use unicode characters in 1.16 malilib configs #79

Open FurnyGo opened 2 years ago

FurnyGo commented 2 years ago

I use "fi.dy.masa.malilib:malilib-fabric-1.16.5:0.10.0-dev.21+arne.8" in my project and when I try write in config string [ʟ] or [ɢ] (uncommon L or G) it replace in [?], but when I write russian text it is normal
image
When I try make this in 1.18.x it is normal with [ʟ] or [ɢ] (Sorry for bad English)

maruohon commented 2 years ago

It probably needs this commit to fix it: https://github.com/maruohon/malilib/commit/0a19043e918c1b91946a50e3297cdb4380890075

I guess I'll need to release a new version with the fix? Are you able to test cherry-picking this commit to a local branch of malilib and build a custom version with that change and then see if that fixes it?