Skip to content

Commit 261e1d2

Browse files
srl295MoLow
authored andcommitted
deps: update ICU to 73.1 release
- Details: https://icu.unicode.org/download/73 PR-URL: #47456 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent d078d66 commit 261e1d2

File tree

1,032 files changed

+542773
-538454
lines changed

Some content is hidden

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

1,032 files changed

+542773
-538454
lines changed

LICENSE

+519-514
Large diffs are not rendered by default.

deps/icu-small/LICENSE

+519-519
Large diffs are not rendered by default.

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ICU sources - auto generated by shrink-icu-src.py
22

33
This directory contains the ICU subset used by --with-intl=full-icu
4-
It is a strict subset of ICU 72 source files with the following exception(s):
5-
* deps/icu-small/source/data/in/icudt72l.dat.bz2 : compressed data file
4+
It is a strict subset of ICU 73 source files with the following exception(s):
5+
* deps/icu-small/source/data/in/icudt73l.dat.bz2 : compressed data file
66

77

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

deps/icu-small/source/.clang-format

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# © 2020 and later: Unicode, Inc. and others.
2-
# License & terms of use: http://www.unicode.org/copyright.html
3-
4-
---
5-
Language: Cpp
6-
BasedOnStyle: LLVM
7-
IndentWidth: 4
8-
ColumnLimit: 105
9-
AllowShortBlocksOnASingleLine: false
10-
AllowShortIfStatementsOnASingleLine: true
11-
...
1+
# © 2020 and later: Unicode, Inc. and others.
2+
# License & terms of use: http://www.unicode.org/copyright.html
3+
4+
---
5+
Language: Cpp
6+
BasedOnStyle: LLVM
7+
IndentWidth: 4
8+
ColumnLimit: 105
9+
AllowShortBlocksOnASingleLine: false
10+
AllowShortIfStatementsOnASingleLine: true
11+
...

0 commit comments

Comments
 (0)