malilib icon indicating copy to clipboard operation
malilib copied to clipboard

Can't use unicode characters in 1.16 malilib configs

Open fungoza opened this issue 3 years ago • 1 comments

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)

fungoza avatar Mar 23 '22 13:03 fungoza

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?

maruohon avatar Mar 23 '22 13:03 maruohon