[libcxx-commits] [PATCH] D134106: [libc++][format] Updates to Unicode 15.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Sep 17 04:00:24 PDT 2022


Mordante created this revision.
Mordante added reviewers: ldionne, vitaut.
Herald added a subscriber: arichardson.
Herald added a project: All.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This adds support for the new code points in the Extended Grapheme
Cluster algorithm. The algorithm itself has remained unchanged.

The width estimation still follows the rules of the Standard.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D134106

Files:
  libcxx/include/__format/extended_grapheme_cluster_table.h
  libcxx/test/libcxx/utilities/format/format.string/format.string.std/extended_grapheme_cluster.pass.cpp
  libcxx/utils/data/unicode/GraphemeBreakProperty.txt
  libcxx/utils/data/unicode/GraphemeBreakTest.txt
  libcxx/utils/data/unicode/emoji-data.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134106.460985.patch
Type: text/x-patch
Size: 27604 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220917/2d6e8cc3/attachment-0001.bin>


More information about the libcxx-commits mailing list