17 #include "../../Unicode/big5_to_utf8.map" 18 #include "../../Unicode/utf8_to_big5.map" 45 &big5_to_unicode_tree,
63 &big5_from_unicode_tree,
void UtfToLocal(const unsigned char *utf, int len, unsigned char *iso, const pg_mb_radix_tree *map, const pg_utf_to_local_combined *cmap, int cmapsize, utf_local_conversion_func conv_func, int encoding)
#define PG_GETARG_INT32(n)
Datum utf8_to_big5(PG_FUNCTION_ARGS)
void LocalToUtf(const unsigned char *iso, int len, unsigned char *utf, const pg_mb_radix_tree *map, const pg_local_to_utf_combined *cmap, int cmapsize, utf_local_conversion_func conv_func, int encoding)
Datum big5_to_utf8(PG_FUNCTION_ARGS)
#define CHECK_ENCODING_CONVERSION_ARGS(srcencoding, destencoding)
#define PG_GETARG_CSTRING(n)
PG_FUNCTION_INFO_V1(big5_to_utf8)