Skip to content
  • David Gobbi's avatar
    Add evaluation of unicode char literals. · 987d98dd
    David Gobbi authored
    The wrapper's char literal evaluator did not recognize the 'u' and U'
    escape codes or evaluate utf-8 encoded char constants.  Also, the
    CPRE_IDGIT character type has been split into CPRE_XID (which allows
    non-ASCII chars) and CPRE_XDIGIT (which is restricted to ASCII).
    987d98dd