Accumulated Feedback on PRI #190

This page is a compilation of formal public feedback received so far. See Feedback for further information on this issue, how to discuss it, and how to provide feedback.

Date/Time: Sun Oct 23 23:55:15 CDT 2011
Contact: ikeda@conversion.co.jp
Name: IKEDA Soji
Report Type: Public Review Issue
Opt Subject: UAX #14: Tailored LB25


Comment about UAX #14 revision 27, 8.2 Example 7.

On revision 24, regular expression notation about LB25 had been updated as:

  ( PR | PO ) ? ( OP | HY ) ? NU (NU | SY | IS) * ( CL | CP ) ? ( PR | PO ) ?

So I believe that Regex-Number rule should be also updated as:

  (PR | PO) × ( OP | HY )? NU

  ( OP | HY ) × NU

  NU × (NU | SY | IS)

  NU (NU | SY | IS)* × (NU | SY | IS | CL | CP)

  NU (NU | SY | IS)* ( CL | CP )? × (PO | PR)

In this case, tailored LB13 rule should be updated as:

  [^NU] × CL

  [^NU] × CP

  × EX

  [^NU] × IS

  [^NU] × SY


Regards,

  --- IKEDA Soji, Conversion Co., Ltd., Japan.