utf8proc

view pgsql/utf8proc.sql @ 6:d04d3a9b486e

Version 1.0.3

- Fixed a bug in the ruby library, which caused an error, when splitting an empty string at grapheme cluster boundaries (method String#utf8chars).
author jbe
date Fri Mar 16 12:00:00 2007 +0100 (2007-03-16)
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