mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
Support Unicode full case mapping and conversion.
Generate tables from Unicode SpecialCasing.txt to support more sophisticated case mapping behavior: * support case mappings to multiple codepoints, such as "ß" uppercasing to "SS" * support conditional case mappings, such as the "final sigma" * support titlecase variants, such as "dž" uppercasing to "DŽ" but titlecasing to "Dž" Discussion: https://postgr.es/m/ddfd67928818f138f51635712529bc5e1d25e4e7.camel@j-davis.com Discussion: https://postgr.es/m/27bb0e52-801d-4f73-a0a4-02cfdd4a9ada@eisentraut.org Reviewed-by: Peter Eisentraut, Daniel Verite
This commit is contained in:
@@ -3754,6 +3754,7 @@ pg_sha256_ctx
|
||||
pg_sha384_ctx
|
||||
pg_sha512_ctx
|
||||
pg_snapshot
|
||||
pg_special_case
|
||||
pg_stack_base_t
|
||||
pg_time_t
|
||||
pg_time_usec_t
|
||||
|
||||
Reference in New Issue
Block a user