[libcxx-commits] [libcxx] [llvm] Finish supporting Unicode 18 (PR #199111)
Charlie Lin via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jun 20 07:00:06 PDT 2026
clin1234 wrote:
> > > #198255.
> >
> >
> > That merged in PR created a foundation for supporting the beta Unicode version, which is guaranteed not to break codepoint assignments or names. Also, I fixed the UCD URLs to point to the exact Unicode version
>
> The process for updating libc++'s Unicode tables is documented at `libcxx/utils/data/unicode/README.txt`. Is that what you followed? There seems to be a number of tables that are not updated to 18.0 by your PR.
While the libcxx-ci is still running, I've finally updated the UCD files to the libcxx directory. Mind checking?
https://github.com/llvm/llvm-project/pull/199111
More information about the libcxx-commits
mailing list