The file containing the charactertranslation table has fewer than 512 bytes.
包含字符转换表的文件小于512字节。
2
The only special character that has given me a problem is the ampersand, so I have restricted my translation to that one character rather than use a shotgun htmlentities() function approach.
惟一为我带来问题的一个特殊字符是 and 符号,所以我只需处理该字符而没有采用 htmlentities() 函数的方式。
3
Processing translated character strings by these functions can cause unexpected results, such as bad translation words showing on the UI or functions failing.