-
Bug
-
Resolution: Fixed
-
Minecraft 1.8.7, Minecraft 1.8.8, Minecraft 1.8.9, Minecraft 16w05b, Minecraft 1.10.2, Minecraft 1.12.1
-
None
-
Confirmed
The bug
Number of characters before line cutoff in chat is not same when unicode mode is enabled and when it is off.
How to reproduce
- Enable unicode
- Run the following command (to put the maximum length of text on screen):
/tellraw @p {"text":"12345 12345 12345 12345 12345 12345 12345 12345 12345 12345 12345 12345 12345"}
- Disable unicode
- Run the command again (to ensure that the two messages have the same number of characters)
→ Notice that the cutoffs are not the same in the identical messages
I think that the best way to fix this problem is to increase length of text-line when unicode-mode is disabled.
Code analysis
Code analysis by __null can be found in this comment.
- is duplicated by
-
MC-100775 When changing resource packs with custom fonts (or toggling Force Unicode Font), text in chat can go outside the chat window
- Resolved