This is the character:

http://www.fileformat.info/info/unicode/char/2019/index.htm

These are the current Unicode ranges supported by the parser:


  | WORD: ('a'..'z'|'A'..'Z'|'0'..'9'|
  |       '\u00c0'..'\u00d6' |
  |       '\u00d8'..'\u00f6' |
  |       '\u00f8'..'\u00ff' |
  |       '\u0100'..'\u1fff' |
  |       '\u3040'..'\u318f' |
  |       '\u3300'..'\u337f' |
  |       '\u3400'..'\u3d2d' |
  |       '\u4e00'..'\u9fff' |
  |       '\uf900'..'\ufaff')+
  | 

If you can find out a reasonable range that qualifies as characters in a 
"WORD", we can add it.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045224#4045224

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4045224
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to