Text on Signs is weird / Sign letters are erased when you write numbers or exclamation marks
This bug affects the text on all signs in Pocket Edition 6.0 and 6.1. What it does is if you press 1, !, or 6, it would skip a line of text. Normally, pressing these buttons would just continue writing. It will cause the text on the sign to skip one line. It gets triggered when you press these buttons. You are forced to press space 2 times, and then typing these letters and symbols.
Linked Issues
is duplicated by2
Created Issue:
Text on Signs is weird!
This bug affects the text on all signs in Pocket Edition 6.0 and 6.1. What it does is if you press 1, !, or 6, it would skip a line of text. Normally, pressing these buttons would just continue writing. It will cause the text on the sign to skip one line. It gets triggered when you press these buttons. You are forced to press space 2 times, and then typing these letters and symbols.
Text on Signs is weird!Text on Signs is weird / Sign letters are erased when you write numbers or exclamation marks
is duplicated by
is duplicated by
The same glitch has been bothering me! I'm thinking it's a bit overflow, so it has to delete the letter behind it in order to add the letter in. My solution: Add spaces before the characters you will input.
Definitely has to do with Unicode, understanding how the max Unicode for normal characters is 63 and the max unicode for other characters is 255.
Should be fixed in 0.7.0!