go/src/unicode
Russ Cox 28fd9fa8a6 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>
2025-04-18 14:13:31 -07:00
..
utf8 unicode/utf8: use builtin max function to simplify code 2025-02-25 10:16:36 -08:00
utf16
casetables.go
digit.go
digit_test.go
example_test.go
graphic.go
graphic_test.go
letter.go unicode: improve SimpleFold performance by 2x for non-foldable code points 2024-09-03 20:54:56 +00:00
letter_test.go unicode: improve SimpleFold performance by 2x for non-foldable code points 2024-09-03 20:54:56 +00:00
script_test.go unicode: add CategoryAliases, Cn, LC 2025-04-18 14:13:31 -07:00
tables.go unicode: add CategoryAliases, Cn, LC 2025-04-18 14:13:31 -07:00