日期:2014-05-20  浏览次数:20823 次

正则表达式 CANON_EQ的具体意思
如题   说的详细点

------解决方案--------------------
CANON_EQ: 考虑Unicode字符的规范等价。
Enables canonical equivalence.
When this flag is specified then two characters will be considered to match if, and only if, their full canonical decompositions match. The expression "a\u030A ", for example, will match the string "? " when this flag is specified. By default, matching does not take canonical equivalence into account.