Re: Proposal for additional syntax (was Re: New Public Review Issue: Proposed Update UTS #18)

From: Mark Davis (mark.davis@icu-project.org)
Date: Tue Oct 02 2007 - 08:59:34 CST

  • Next message: Philippe Verdy: "RE: marks (2 new symbols)"

    Also, there were some interesting suggestions for syntax additions that may
    be worth mentioning in informative text.

    1. not equals
    As well as

       - \P{propname=value} and [:^propname=value:]

    to have:

       - \{propname!=value}, \p{propname≠value}
       - [:propname!=value:], [:propname≠value:]

    2. multiple values

       - propname=value1|value2|value3...

    eg

       - \p{gc=L|M|Nd} instead of [\p{gc=L}\p{gc=M}\p{gc=Nd}]

    3. regex values

       - propname=/regexForValue/

    eg

       - \p{name=/MARK/} or equivalently \N{/MARK/}

    open issue: whether it matches or searches. That is, to match all characters
    with names starting with "LETTER" does one use:

       - \N{/LETTER.*/}
       or
       - \N{/^LETTER/}



    This archive was generated by hypermail 2.1.5 : Tue Oct 02 2007 - 09:02:25 CST