diff options
author | Jeff Davis <jdavis@postgresql.org> | 2024-03-29 17:35:07 -0700 |
---|---|---|
committer | Jeff Davis <jdavis@postgresql.org> | 2024-03-29 17:35:07 -0700 |
commit | 46e5441fa536b89c1123f270fdfeeb72c320b901 (patch) | |
tree | dddff7b376feddb7200d6bf4c334b74de7f61980 /src/backend/nodes/nodeFuncs.c | |
parent | a96a8b15fa4e00b78ac7dd7f37ff7f871aa248f6 (diff) | |
download | postgresql-46e5441fa536b89c1123f270fdfeeb72c320b901.tar.gz postgresql-46e5441fa536b89c1123f270fdfeeb72c320b901.zip |
Add unicode_strtitle() for Unicode Default Case Conversion.
This brings the titlecasing implementation for the builtin provider
out of formatting.c and into unicode_case.c, along with
unicode_strlower() and unicode_strupper(). Accepts an arbitrary word
boundary callback.
Simple for now, but can be extended to support the Unicode Default
Case Conversion algorithm with full case mapping.
Discussion: https://postgr.es/m/3bc653b5d562ae9e2838b11cb696816c328a489a.camel@j-davis.com
Reviewed-by: Peter Eisentraut
Diffstat (limited to 'src/backend/nodes/nodeFuncs.c')
0 files changed, 0 insertions, 0 deletions