utf8proc

view pgsql/utf8proc.sql @ 15:15450ff3d454

Contribution from libmojibake fork
author Jiahao Chen, Steven G. Johnson, Anthony David Kelman
date Fri Nov 21 08:27:44 2014 -0500 (2014-11-21)
parents d0bab6ca89a5
children
line source
1 CREATE OR REPLACE FUNCTION unifold (text) RETURNS text
2 LANGUAGE 'c' IMMUTABLE STRICT AS '$libdir/utf8proc_pgsql.so',
3 'utf8proc_pgsql_unifold';
4 CREATE OR REPLACE FUNCTION unistrip (text) RETURNS text
5 LANGUAGE 'c' IMMUTABLE STRICT AS '$libdir/utf8proc_pgsql.so',
6 'utf8proc_pgsql_unistrip';

Impressum / About Us