mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
Unicode case mapping tables and functions.
Implements Unicode simple case mapping, in which all code points map to exactly one other code point unconditionally. These tables are generated from UnicodeData.txt, which is already being used by other infrastructure in src/common/unicode. The tables are checked into the source tree, so they only need to be regenerated when we update the Unicode version. In preparation for the builtin collation provider, and possibly useful for other callers. Discussion: https://postgr.es/m/ff4c2f2f9c8fc7ca27c1c24ae37ecaeaeaff6b53.camel%40j-davis.com Reviewed-by: Peter Eisentraut, Daniel Verite, Jeremy Schneider
This commit is contained in:
3001
src/include/common/unicode_case_table.h
Normal file
3001
src/include/common/unicode_case_table.h
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user