]> Cypherpunks repositories - gostls13.git/commit
unicode: add CategoryAliases, Cn, LC
authorRuss Cox <rsc@golang.org>
Wed, 8 Jan 2025 16:21:30 +0000 (11:21 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 18 Apr 2025 21:13:31 +0000 (14:13 -0700)
commit28fd9fa8a6de5f5e75a3ca2eeaa55b5ae4a2722b
tree4b6dd7ff7e4b0296b8828cb2d6785085240a5f4d
parent252c939445b6b03c5c82b54f7657c5d984ce6348
unicode: add CategoryAliases, Cn, LC

CategoryAliases is for regexp to use, for things like \p{Letter} as an alias for \p{L}.
Cn and LC are special-case categories that were never implemented
but should have been.

These changes were generated by the updated generator in CL 641395.

Fixes #70780.

Change-Id: Ibba20ff76191c8ae9631ac5ba19965790fe0cc81
Reviewed-on: https://go-review.googlesource.com/c/go/+/641376
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
api/next/70780.txt [new file with mode: 0644]
doc/next/6-stdlib/99-minor/unicode/70780.md [new file with mode: 0644]
src/unicode/script_test.go
src/unicode/tables.go