utf8proc
view pgsql/utf8proc.sql @ 17:47b467f4c128
Contribution from libmojibake fork (missing file "normtest.c")
| author | Jiahao Chen, Steven G. Johnson, Anthony David Kelman | 
|---|---|
| date | Mon Dec 01 14:32:19 2014 -0500 (2014-12-01) | 
| 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';
