We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c41a6 commit 95a19feCopy full SHA for 95a19fe
src/include/mb/pg_wchar.h
@@ -676,8 +676,6 @@ extern int pg_valid_server_encoding(const char *name);
676
extern bool is_encoding_supported_by_icu(int encoding);
677
extern const char *get_encoding_name_for_icu(int encoding);
678
679
-extern unsigned char *unicode_to_utf8(char32_t c, unsigned char *utf8string);
680
-extern char32_t utf8_to_unicode(const unsigned char *c);
681
extern bool pg_utf8_islegal(const unsigned char *source, int length);
682
extern int pg_utf_mblen(const unsigned char *s);
683
extern int pg_mule_mblen(const unsigned char *s);
0 commit comments