MaLiLib (Forge)

MaLiLib (Forge)

291k Downloads

Can't use unicode characters in 1.16 malilib configs

FurnyGo opened this issue · 1 comments

commented

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)

commented

It probably needs this commit to fix it: 0a19043

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?