You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unicode Parser `unicodeparser` is a client-side mod (CSM) for [Minetest](https://www.minetest.net).
@@ -58,15 +58,33 @@ CLI version and as workaround of paste problem:
58
58
- Include translation support (which seems to be impossible right now because CSM can't access other files)
59
59
60
60
61
+
## It does not work!
62
+
63
+
### Chat appear as empty or as boxes
64
+
65
+
Please change your Minetest font to something that actually have support for language you're using, for example, change it to [Noto Sans CJK JP](https://www.google.com/get/noto/#noto-sans-jpan) if you're writing Japanese.
66
+
67
+
68
+
### It says "Character conversion failed!"
69
+
70
+
The server is running as ASCII or other non-Unicode locale, there's nothing you can do to fix this.
71
+
72
+
61
73
## License
62
74
63
-
(C) muhdnurhidayat (MNH48.com) and contributors
75
+
(C) Yaya MNH48 and contributors
64
76
65
77
Licensed under The MIT License, see [LICENSE.txt](/LICENSE.txt"The MIT License").
66
78
67
79
68
80
## Changelog
69
81
82
+
### v1.3
83
+
84
+
- Fix for Minetest 5.3.0
85
+
- Add error message for servers that restricted usage of CSM that sends chat messages
86
+
87
+
70
88
### v1.2
71
89
72
90
- The tool now convert the codepoint when you press enter after writing the text, so you don't need to click the button "Convert" anymore, but the button is still there for compatibility reasons.
0 commit comments