From: K.Kosako Date: Mon, 25 Mar 2019 05:19:57 +0000 (+0900) Subject: update README.md X-Git-Tag: v6.9.2_rc1~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4dd56e4d9390550ce677d1aa21d995d46b87a4c7;p=onig update README.md --- diff --git a/README.md b/README.md index 8eb7f64..58275ab 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,11 @@ New feature of version 6.9.2 (Plan) ----------------------------------- * Update Unicode version 12.0.0 +* NEW: Text Segment mode option (?y{g}) (?y{w}) (* Unicode only) + Unicode Standard Annex #29 [http://unicode.org/reports/tr29/] + Extended Grapheme Cluster mode (g) / Word mode (w) + \X: Text Segment op. + \y, \Y: Text Segment Boundary op. New feature of version 6.9.1