Releases: mnh48-minetest/unicodeparser
Releases · mnh48-minetest/unicodeparser
v1.3 - fix for new MT version
Changes to the mod itself
- Fixes error on new MT version which uses
minetest.register_on_mods_loaded
instead ofminetest.register_on_connect
- Added error message if server restricted CSM from sending chat message
Changes to documentation
- Updated all instances of my old name
- Added v1.3 release note
- Added new section "It does not work!"
New version, v1.2 released!
- The included tools 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.
- The included tools now copies the converted codepoint to your clipboard when ypu enter or press the "Convert" button, so you don't need to manually copy (Ctrl-C) anymore.
- Added link to GitHub at the tools.
- The tools now have icon, which is modified from Minetest icon.
- Added Windows executable for the tool so that those who don't have Python2 would not need to install it just to use the tool.
- Additional thanks to the following people who either tested the Windows executable file or given some advice to me:
Heathcliff#0001
(Anime Trending
Discord server)Fidoze#7037
(Anime Trending
Discord server)Aqo#5414
(A.I. Channel Unofficial
Discord server)xnamkcor#3740
(A.I. Channel Unofficial
Discord server)
(Note: I purposely ask people not from Minetest community to test it because I don't want biased feedback.)
This is the ICO file used in the tool:
!UnicodeParser
Added support for \u format
This release includes:
- Added support for
\uXXXX
unicode escape in addition to the existing\0xXXXX
unicode sequence. - Added command
.uc
for command line interface, this means those who don't want to use the GUI can now straight away write the unicode escape in chat. - Updated README to reflect the changes.
Initial Release
The original initial release.