| Index: third_party/re2/re2/unicode.py
|
| diff --git a/third_party/re2/re2/unicode.py b/third_party/re2/re2/unicode.py
|
| index 8d783123466eaa7a5513c056ec126b60857eb210..6dfe87bbcef6e4b9acc1bdb4d39eb7faec18275d 100644
|
| --- a/third_party/re2/re2/unicode.py
|
| +++ b/third_party/re2/re2/unicode.py
|
| @@ -9,7 +9,7 @@ import re
|
| import urllib2
|
|
|
| # Directory or URL where Unicode tables reside.
|
| -_UNICODE_DIR = "http://www.unicode.org/Public/6.0.0/ucd"
|
| +_UNICODE_DIR = "http://www.unicode.org/Public/6.3.0/ucd"
|
|
|
| # Largest valid Unicode code value.
|
| _RUNE_MAX = 0x10FFFF
|
|
|