mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-03 21:13:33 +08:00
URL https://juliastrings.github.io/utf8proc/releases/ Hash There is no repo until 1.1.6 the file archive used was utf8proc-v1.1.5.tar.gz released on 2009-10-16 the sha512 is: cd75a0aabdf7b331ce6cc210fe343e15804e5a097607e387ec0ab9c994ceecc\ f80aecbe25b06efb756d2989fd623b7a4d6de2c4d3416add20ac8692cf37912c6
7 lines
296 B
SQL
7 lines
296 B
SQL
CREATE OR REPLACE FUNCTION unifold (text) RETURNS text
|
|
LANGUAGE 'C' IMMUTABLE STRICT AS '$libdir/utf8proc_pgsql.so',
|
|
'utf8proc_pgsql_unifold';
|
|
CREATE OR REPLACE FUNCTION unistrip (text) RETURNS text
|
|
LANGUAGE 'C' IMMUTABLE STRICT AS '$libdir/utf8proc_pgsql.so',
|
|
'utf8proc_pgsql_unistrip';
|