Added to README with multi-language support details

Added support for multi-language font rendering and Unicode text input, along with copy-paste functionality for various fields. Also included security enhancements and fixed a memory leak.
This commit is contained in:
Revela 2026-03-16 23:16:46 -05:00 committed by GitHub
parent 0644d7da5c
commit f20b0d252c

View file

@ -14,6 +14,13 @@ This project is based on source code of Minecraft Legacy Console Edition v1.6.05
## Latest:
Multi-language font rendering and Unicode text input!
- Type and read text/characters in Japanese, Chinese, Korean, Thai, Arabic, Hindi, and many more languages
- Works in: chat, signs, world names, seeds, server address/port fields
- Two rendering systems: Iggy UI uses a new unicode bitmap fallback font; legacy C++ renderer uses Java Minecraft's glyph page system
- Security: blocked Unicode bidirectional override characters to prevent chat spoofing
- Fixed a pre-existing memory leak in sign loading
Added copy+paste support for IP/Port, world names, world seeds, server names, signs, etc.
- Just use control+v to paste from your clipboard!