Utility/UIHelper.cs
@@ -382,19 +382,6 @@ } } public static int GetPropertyDecimalCount(int property) { switch (property) { case 73: return 2; case 29: return 2; default: return 1; } } static Regex s_SpecialCharacterRegex = new Regex("[ ()()@!#$%^&*[]|_]"); static Regex s_AsciiCharacterRegex = new Regex("[\x00-\x2F]|[\x3A-\x40]|[\x5B-\x60]|[\x7B-\x7E]"); public static bool HasSpecialCharac(string str)