少年修仙传客户端代码仓库
client_linchunjie
2018-08-14 c6689f941359227f0b99b20b9400ccbab81b671c
UI/Common/InputSpecialWordLimit.cs
@@ -18,7 +18,7 @@
        private char OnValidateInput(string text, int charIndex, char addedChar)
        {
            DesignDebug.Log(char.GetUnicodeCategory(addedChar));
            DebugEx.Log(char.GetUnicodeCategory(addedChar));
            if (char.GetUnicodeCategory(addedChar) == UnicodeCategory.Surrogate
                || char.GetUnicodeCategory(addedChar) == UnicodeCategory.OtherSymbol
                || char.GetUnicodeCategory(addedChar) == UnicodeCategory.OtherNumber