17 #include "../../Unicode/utf8_to_koi8r.map"
18 #include "../../Unicode/koi8r_to_utf8.map"
19 #include "../../Unicode/utf8_to_koi8u.map"
20 #include "../../Unicode/koi8u_to_utf8.map"
56 &koi8r_from_unicode_tree,
77 &koi8r_to_unicode_tree,
98 &koi8u_from_unicode_tree,
119 &koi8u_to_unicode_tree,
int 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, bool noError)
int 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, bool noError)
#define PG_GETARG_CSTRING(n)
#define PG_RETURN_INT32(x)
#define PG_GETARG_INT32(n)
#define PG_GETARG_BOOL(n)
#define CHECK_ENCODING_CONVERSION_ARGS(srcencoding, destencoding)
Datum utf8_to_koi8r(PG_FUNCTION_ARGS)
Datum utf8_to_koi8u(PG_FUNCTION_ARGS)
Datum koi8r_to_utf8(PG_FUNCTION_ARGS)
PG_FUNCTION_INFO_V1(utf8_to_koi8r)
Datum koi8u_to_utf8(PG_FUNCTION_ARGS)