You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This still uses Unicode 7.0.0 which causes serious discrepancies in the handling of e.g. XID_Start and XID_Continue properties. For instance, ^\p{XID_Continue}$ doesn't match U+17828, whereas unicode-xid's UnicodeXID::is_xid_continue() correctly returns true for this code point.
The text was updated successfully, but these errors were encountered:
H2CO3
changed the title
Update to more recent version of Unicode`
Update to more recent version of Unicode
Aug 6, 2017
This still uses Unicode 7.0.0 which causes serious discrepancies in the handling of e.g.
XID_Start
andXID_Continue
properties. For instance,^\p{XID_Continue}$
doesn't matchU+17828
, whereas unicode-xid'sUnicodeXID::is_xid_continue()
correctly returnstrue
for this code point.The text was updated successfully, but these errors were encountered: