Skip to content

Commit ce24581

Browse files
srl295MylesBorins
authored andcommittedJan 15, 2018
deps: ICU 60 bump
- Update to released ICU 60.1, including: - CLDR 32 (many new languages and data improvements) - Unicode 10 (8,518 new characters, including four new scripts, 7,494 new Han characters, and 56 new emoji characters) - UTF-8 malformed bytes now handled according to W3C/WHATWG spec Fixes: #15540 PR-URL: #16876 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
1 parent 3d2d051 commit ce24581

File tree

254 files changed

+23876
-10365
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

254 files changed

+23876
-10365
lines changed
 

‎LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ The externally maintained libraries used by Node.js are:
231231
# ---------COPYING.libtabe ---- BEGIN--------------------
232232
#
233233
# /*
234-
# * Copyrighy (c) 1999 TaBE Project.
234+
# * Copyright (c) 1999 TaBE Project.
235235
# * Copyright (c) 1999 Pai-Hsiang Hsiao.
236236
# * All rights reserved.
237237
# *

‎configure

+2-2
Original file line numberDiff line numberDiff line change
@@ -1114,8 +1114,8 @@ def glob_to_var(dir_base, dir_sub, patch_dir):
11141114
def configure_intl(o):
11151115
icus = [
11161116
{
1117-
'url': 'https://ssl.icu-project.org/files/icu4c/59.1/icu4c-59_1-src.zip',
1118-
'md5': '29a41f9bb576b06c7eef0487a84a7674',
1117+
'url': 'https://ssl.icu-project.org/files/icu4c/60.1/icu4c-60_1-src.zip',
1118+
'md5': 'e6cb990ac2a3161d31a3def8435f80cb',
11191119
},
11201120
]
11211121
def icu_download(path):

0 commit comments

Comments
 (0)