From f20b0d252c1ea2278501f3da16e2ade2486b428c Mon Sep 17 00:00:00 2001 From: Revela Date: Mon, 16 Mar 2026 23:16:46 -0500 Subject: [PATCH] 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. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 53bbc1c2..fd49eb48 100644 --- a/README.md +++ b/README.md @@ -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!