|
PostgreSQL Source Code git master
|
#include "postgres_fe.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include "common/unicode_norm.h"#include "norm_test_table.h"
Go to the source code of this file.
Macros | |
| #define | BUF_DIGITS 50 |
Functions | |
| static char * | print_wchar_str (const char32_t *s) |
| static int | pg_wcscmp (const char32_t *s1, const char32_t *s2) |
| int | main (int argc, char **argv) |
| #define BUF_DIGITS 50 |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 60 of file norm_test.c.
References pg_wcscmp(), print_wchar_str(), printf, test(), and unicode_normalize().
Definition at line 44 of file norm_test.c.
Referenced by main().