少年修仙传客户端代码仓库
client_Wu Xijin
2019-04-13 db262279929aa542e1a98e33c21dd5eaad246e30
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