[jboss-cvs] jboss-seam ...

Christian Bauer christian at hibernate.org
Thu Jul 19 06:56:35 EDT 2007


  User: cbauer  
  Date: 07/07/19 06:56:35

  Modified:    jboss-seam  seam-text.g
  Log:
  JBSEAM-1698
  
  Revision  Changes    Path
  1.38      +4 -2      jboss-seam/seam-text.g
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seam-text.g
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-text.g,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -b -r1.37 -r1.38
  --- seam-text.g	14 Jun 2007 11:31:57 -0000	1.37
  +++ seam-text.g	19 Jul 2007 10:56:35 -0000	1.38
  @@ -267,13 +267,15 @@
   // '\u00a0'..'\u00ff'  Latin 1 supplement (no control characters) http://www.unicode.org/charts/PDF/U0080.pdf
   // '\u0100'..'\u017f'  Latin Extended A http://www.unicode.org/charts/PDF/U0100.pdf
   // '\u0180'..'\u024f'  Latin Extended B http://www.unicode.org/charts/PDF/U0180.pdf
  -// '\u0230'..'\ufaff'  Various other languages, punctuation etc. (excluding "presentation forms")
  +// '\u0250'..'\ufaff'  Various other languages, punctuation etc. (excluding "presentation forms")
  +// '\uff00'..'\uffef'  Halfwidth and Fullwidth forms (including CJK punctuation)
   
   WORD: ('a'..'z'|'A'..'Z'|'0'..'9'|
         '\u00a0'..'\u00ff' |
         '\u0100'..'\u017f' |
         '\u0180'..'\u024f' |
  -      '\u0250'..'\ufaff')+
  +      '\u0250'..'\ufaff' |
  +      '\uff00'..'\uffef')+
       ;
       
   PUNCTUATION: '-' | ';' | ':' | '(' | ')' | '{' | '}' | '?' | '!' | '@' | '%' | '.' | ',' | '\'' | '$'
  
  
  



More information about the jboss-cvs-commits mailing list