UI/Common/InputSpecialWordLimit.cs
@@ -18,7 +18,6 @@ private char OnValidateInput(string text, int charIndex, char addedChar) { DebugEx.Log(char.GetUnicodeCategory(addedChar)); if (char.GetUnicodeCategory(addedChar) == UnicodeCategory.Surrogate || char.GetUnicodeCategory(addedChar) == UnicodeCategory.OtherSymbol || char.GetUnicodeCategory(addedChar) == UnicodeCategory.OtherNumber