help-flex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Hex character ranges


From: Thurn, Martin
Subject: RE: Hex character ranges
Date: Fri, 25 Aug 2006 13:56:15 -0400

  It should also be pointed out to the O.P. that flex only recognizes
one-byte hex escapes, NOT 2-byte hex numbers.
 
\x092f|\x0e3f|[\x20a0-\x20cf]
 
  should be rewritten as
 
\x09\x2f|\x0e\x3f|\x20[\xa0-\xcf]
 
 - - Martin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]