Skip to content

Commit

Permalink
Update Unicode data to 15.0.0.
Browse files Browse the repository at this point in the history
Change-Id: I73650fd2844d4a892275b4234cfde343152e415a
Reviewed-on: https://code-review.googlesource.com/c/re2/+/60470
Reviewed-by: Paul Wankadia <[email protected]>
Reviewed-by: Perry Lorier <[email protected]>
  • Loading branch information
junyer committed Sep 14, 2022
1 parent d61aa2e commit cc1c9db
Show file tree
Hide file tree
Showing 4 changed files with 155 additions and 76 deletions.
2 changes: 2 additions & 0 deletions doc/syntax.html
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ <h1>RE2 regular expression syntax reference</h1>
<tr><td colspan=2>Kaithi</td></tr>
<tr><td colspan=2>Kannada</td></tr>
<tr><td colspan=2>Katakana</td></tr>
<tr><td colspan=2>Kawi</td></tr>
<tr><td colspan=2>Kayah_Li</td></tr>
<tr><td colspan=2>Kharoshthi</td></tr>
<tr><td colspan=2>Khitan_Small_Script</td></tr>
Expand Down Expand Up @@ -337,6 +338,7 @@ <h1>RE2 regular expression syntax reference</h1>
<tr><td colspan=2>Multani</td></tr>
<tr><td colspan=2>Myanmar</td></tr>
<tr><td colspan=2>Nabataean</td></tr>
<tr><td colspan=2>Nag_Mundari</td></tr>
<tr><td colspan=2>Nandinagari</td></tr>
<tr><td colspan=2>New_Tai_Lue</td></tr>
<tr><td colspan=2>Newa</td></tr>
Expand Down
2 changes: 2 additions & 0 deletions doc/syntax.txt
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ Javanese
Kaithi
Kannada
Katakana
Kawi
Kayah_Li
Kharoshthi
Khitan_Small_Script
Expand Down Expand Up @@ -326,6 +327,7 @@ Mro
Multani
Myanmar
Nabataean
Nag_Mundari
Nandinagari
New_Tai_Lue
Newa
Expand Down
2 changes: 1 addition & 1 deletion re2/unicode.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import urllib.request

# Directory or URL where Unicode tables reside.
_UNICODE_DIR = "https://www.unicode.org/Public/14.0.0/ucd"
_UNICODE_DIR = "https://www.unicode.org/Public/15.0.0/ucd"

# Largest valid Unicode code value.
_RUNE_MAX = 0x10FFFF
Expand Down
Loading

0 comments on commit cc1c9db

Please sign in to comment.