diff options
| author | Jeff Davis | 2023-11-02 05:47:06 +0000 |
|---|---|---|
| committer | Jeff Davis | 2023-11-02 05:47:06 +0000 |
| commit | a02b37fc083239a07f1ac02951d208235efb218b (patch) | |
| tree | 368caec52740ec496992c2793b6a0c33db5aa020 /src/common/unicode/norm_test.c | |
| parent | 7021d3b1766420ac4968fa0ff81873e81b7fd641 (diff) | |
Additional unicode primitive functions.
Introduce unicode_version(), icu_unicode_version(), and
unicode_assigned().
The latter requires introducing a new lookup table for the Unicode
General Category, which is generated along with the other Unicode
lookup tables.
Discussion: https://postgr.es/m/CA+TgmoYzYR-yhU6k1XFCADeyj=Oyz2PkVsa3iKv+keM8wp-F_A@mail.gmail.com
Reviewed-by: Peter Eisentraut
Diffstat (limited to 'src/common/unicode/norm_test.c')
| -rw-r--r-- | src/common/unicode/norm_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/unicode/norm_test.c b/src/common/unicode/norm_test.c index 809a6dee545..b6097b912a6 100644 --- a/src/common/unicode/norm_test.c +++ b/src/common/unicode/norm_test.c @@ -81,6 +81,6 @@ main(int argc, char **argv) } } - printf("All tests successful!\n"); + printf("norm_test: All tests successful!\n"); exit(0); } |
