utf8proc

view pgsql/utf8proc.sql @ 3:4ee0d5f54af1

Version 1.0

- added the LUMP option, which lumps certain characters together (see lump.txt) (also used for the PostgreSQL "unifold" function)
- added the STRIPMARK option, which strips marking characters (or marks of composed characters)
- deprecated ruby method String#char_ary in favour of String#utf8chars
author jbe
date Sun Sep 17 12:00:00 2006 +0200 (2006-09-17)
parents a0368662434c
children fcfd8c836c64
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';

Impressum / About Us