The home of the ICU project source code.
Find a file
Fredrik Roubert 83726260ef ICU-23031 Reinstate special case for "-u-va-posix" lost by ICU-22520.
Inside of locimp_forLanguageTag() in _appendKeywords() in uloc_tag.cpp
there's a hardcoded special case for "-u-va-posix" which appends the
"_POSIX" variant but this was missed during the refactoring made for
ICU-22520 (there isn't any test case that covers this).

So the call to locimp_forLanguageTag() did more than previously
understood, but we still don't want to have to call that for every
language tag that has BCP-47 extensions just in order to get to this
special case. Instead, add a special case also to ulocimp_getSubtags().

For this to work nicely, the loop in _getVariant() that copies variants
needs to be refactored so that it easily can break when encountering the
start of any BCP-47 extension (which also has the welcome side-effect of
making it more efficient, being able to append an entire variant at once
to the output sink).

This was broken by commit 678d5c1273.
2025-02-13 08:50:17 +01:00
.github ICU-22920 Migrate from setup-bazelisk to setup-bazel. 2025-02-11 19:27:07 +01:00
docs ICU-22922 initial ICU 77 download page; incomplete 2025-02-06 16:09:06 -08:00
icu4c ICU-23031 Reinstate special case for "-u-va-posix" lost by ICU-22520. 2025-02-13 08:50:17 +01:00
icu4j ICU-22781 Add CLDR-18274 failing comments to portion unit formatting tests 2025-02-12 23:12:13 +01:00
testdata/message2 ICU-22907 MF2: Finish updating spec tests and implement required test functions 2025-02-08 21:42:03 -06:00
tools ICU-22781 Bring back the data generation of concentr/perbillion 2025-02-10 10:46:19 -08:00
vendor ICU-22946 Pin all -latest runners per ICU-TC 2024-10-17 🗡️ 2024-10-19 00:18:10 +02:00
.bazeliskrc ICU-22503 add property Indic_Conjunct_Break 2024-07-26 14:47:39 -07:00
.bazelrc ICU-21107 Specify language standard versions C11 & C++17 also for Bazel. 2024-01-17 16:26:57 +09:00
.cpyskip.txt ICU-22746 Refactor MF2 tests to be data-driven and add JSON lib 2024-05-07 14:09:24 -07:00
.gitattributes ICU-22714 fix zos build, use OpenXL 2024-09-20 17:12:28 -07:00
.gitignore ICU-22606 Make the ICU4J release easier & more predictable 2024-08-29 12:55:59 -07:00
CONTRIBUTING.md ICU-22723 Update PR template help text for next version's ticket numbers 2024-04-15 22:22:46 -04:00
KEYS ICU-22933 Update PGP key information for release signing 2024-10-02 09:14:52 -07:00
LICENSE ICU-22922 BRS77 update license file 2025-02-11 11:59:20 -05:00
README.md ICU-22722 Remove old announcement of default git branch name 2024-09-10 14:36:29 -07:00
SECURITY.md ICU-22410 Add security policy 2023-06-14 13:54:42 -07:00
WORKSPACE ICU-21117 Use Bazel to automate generation of Unicode data files 2021-03-24 10:39:38 -07:00

International Components for Unicode

This is the repository for the International Components for Unicode. The ICU project is under the stewardship of The Unicode Consortium.

ICU Logo

Build Status (main branch)

Build Status
GitHub Actions (ICU4C) GHA ICU4C
GitHub Actions (ICU4J) GHA ICU4J
GitHub Actions (Valgrind) GHA CI Valgrind
Exhaustive Tests Exhaustive Tests for ICU
Fuzzing Fuzzing Status
OpenSSF Scorecard OpenSSF Scorecard

Subdirectories and Information

Copyright © 2016-2024 Unicode, Inc. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the United States and other countries.

A CLA is required to contribute to this project - please refer to the CONTRIBUTING.md file (or start a Pull Request) for more information.

The contents of this repository are governed by the Unicode Terms of Use and are released under LICENSE.