diff options
Diffstat (limited to 'src/common/wchar.c')
-rw-r--r-- | src/common/wchar.c | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/src/common/wchar.c b/src/common/wchar.c index 02e2588ffe1..74a88239a1d 100644 --- a/src/common/wchar.c +++ b/src/common/wchar.c @@ -1,10 +1,15 @@ -/* - * conversion functions between pg_wchar and multibyte streams. - * Tatsuo Ishii - * src/backend/utils/mb/wchar.c +/*------------------------------------------------------------------------- + * + * wchar.c + * Functions for working with multibyte characters in various encodings. + * + * Portions Copyright (c) 1998-2020, PostgreSQL Global Development Group + * + * IDENTIFICATION + * src/common/wchar.c * + *------------------------------------------------------------------------- */ -/* can be used in either frontend or backend */ #ifdef FRONTEND #include "postgres_fe.h" #else |