Skip to content

Commit

Permalink
deps: update ICU to 73.1 release
Browse files Browse the repository at this point in the history
- Details: https://icu.unicode.org/download/73

PR-URL: nodejs#47456
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
srl295 authored and MoLow committed Jul 6, 2023
1 parent d078d66 commit 261e1d2
Show file tree
Hide file tree
Showing 1,032 changed files with 542,773 additions and 538,454 deletions.
1,033 changes: 519 additions & 514 deletions LICENSE

Large diffs are not rendered by default.

1,038 changes: 519 additions & 519 deletions deps/icu-small/LICENSE

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions deps/icu-small/README-FULL-ICU.txt
@@ -1,8 +1,8 @@
ICU sources - auto generated by shrink-icu-src.py

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


To rebuild this directory, see ../../tools/icu/README.md
Expand Down
22 changes: 11 additions & 11 deletions deps/icu-small/source/.clang-format
@@ -1,11 +1,11 @@
# © 2020 and later: Unicode, Inc. and others.
# License & terms of use: http://www.unicode.org/copyright.html

---
Language: Cpp
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 105
AllowShortBlocksOnASingleLine: false
AllowShortIfStatementsOnASingleLine: true
...
# © 2020 and later: Unicode, Inc. and others.
# License & terms of use: http://www.unicode.org/copyright.html

---
Language: Cpp
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 105
AllowShortBlocksOnASingleLine: false
AllowShortIfStatementsOnASingleLine: true
...

0 comments on commit 261e1d2

Please sign in to comment.