Skip to content

Commit 5d0a770

Browse files
committed
deps: ICU 59.1 bump
* No feature changes. * Bug fixes. * Details: http://site.icu-project.org/download/59 Fixes: #12077 PR-URL: #12486 Refs: #7844 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
1 parent 147048a commit 5d0a770

File tree

899 files changed

+11192
-6834
lines changed

Some content is hidden

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

899 files changed

+11192
-6834
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The externally maintained libraries used by Node.js are:
100100
"""
101101
COPYRIGHT AND PERMISSION NOTICE (ICU 58 and later)
102102

103-
Copyright © 1991-2016 Unicode, Inc. All rights reserved.
103+
Copyright © 1991-2017 Unicode, Inc. All rights reserved.
104104
Distributed under the Terms of Use in http://www.unicode.org/copyright.html
105105

106106
Permission is hereby granted, free of charge, to any person obtaining

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,8 +1043,8 @@ def glob_to_var(dir_base, dir_sub, patch_dir):
10431043
def configure_intl(o):
10441044
icus = [
10451045
{
1046-
'url': 'https://ssl.icu-project.org/files/icu4c/58.2/icu4c-58_2-src.zip',
1047-
'md5': 'f4fca37508fc5d14390501cf17aef084',
1046+
'url': 'https://ssl.icu-project.org/files/icu4c/59.1/icu4c-59_1-src.zip',
1047+
'md5': '29a41f9bb576b06c7eef0487a84a7674',
10481048
},
10491049
]
10501050
def icu_download(path):

deps/icu-small/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
COPYRIGHT AND PERMISSION NOTICE (ICU 58 and later)
22

3-
Copyright © 1991-2016 Unicode, Inc. All rights reserved.
3+
Copyright © 1991-2017 Unicode, Inc. All rights reserved.
44
Distributed under the Terms of Use in http://www.unicode.org/copyright.html
55

66
Permission is hereby granted, free of charge, to any person obtaining

deps/icu-small/README-SMALL-ICU.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Small ICU sources - auto generated by shrink-icu-src.py
22

33
This directory contains the ICU subset used by --with-intl=small-icu (the default)
4-
It is a strict subset of ICU 58 source files with the following exception(s):
5-
* deps/icu-small/source/data/in/icudt58l.dat : Reduced-size data file
4+
It is a strict subset of ICU 59 source files with the following exception(s):
5+
* deps/icu-small/source/data/in/icudt59l.dat : Reduced-size data file
66

77

88
To rebuild this directory, see ../../tools/icu/README.md

deps/icu-small/source/common/appendable.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
// Copyright (C) 2016 and later: Unicode, Inc. and others.
1+
// © 2016 and later: Unicode, Inc. and others.
22
// License & terms of use: http://www.unicode.org/copyright.html
33
/*
44
*******************************************************************************
55
* Copyright (C) 2011-2012, International Business Machines
66
* Corporation and others. All Rights Reserved.
77
*******************************************************************************
88
* file name: appendable.cpp
9-
* encoding: US-ASCII
9+
* encoding: UTF-8
1010
* tab size: 8 (not used)
1111
* indentation:4
1212
*

deps/icu-small/source/common/bmpset.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2016 and later: Unicode, Inc. and others.
1+
// © 2016 and later: Unicode, Inc. and others.
22
// License & terms of use: http://www.unicode.org/copyright.html
33
/*
44
******************************************************************************
@@ -8,7 +8,7 @@
88
*
99
******************************************************************************
1010
* file name: bmpset.cpp
11-
* encoding: US-ASCII
11+
* encoding: UTF-8
1212
* tab size: 8 (not used)
1313
* indentation:4
1414
*

deps/icu-small/source/common/bmpset.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2016 and later: Unicode, Inc. and others.
1+
// © 2016 and later: Unicode, Inc. and others.
22
// License & terms of use: http://www.unicode.org/copyright.html
33
/*
44
******************************************************************************
@@ -8,7 +8,7 @@
88
*
99
******************************************************************************
1010
* file name: bmpset.h
11-
* encoding: US-ASCII
11+
* encoding: UTF-8
1212
* tab size: 8 (not used)
1313
* indentation:4
1414
*

deps/icu-small/source/common/brkeng.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2016 and later: Unicode, Inc. and others.
1+
// © 2016 and later: Unicode, Inc. and others.
22
// License & terms of use: http://www.unicode.org/copyright.html
33
/*
44
************************************************************************************

deps/icu-small/source/common/brkeng.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2016 and later: Unicode, Inc. and others.
1+
// © 2016 and later: Unicode, Inc. and others.
22
// License & terms of use: http://www.unicode.org/copyright.html
33
/**
44
************************************************************************************

deps/icu-small/source/common/brkiter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2016 and later: Unicode, Inc. and others.
1+
// © 2016 and later: Unicode, Inc. and others.
22
// License & terms of use: http://www.unicode.org/copyright.html
33
/*
44
*******************************************************************************

0 commit comments

Comments
 (0)