--
-- gb18030_to_utf8/5
--
create or replace function gb18030_to_utf8(
  integer,
  integer,
  cstring,
  internal,
  integer
) returns void as $$
gb18030_to_utf8$$ language plpgsql;