utf8proc

diff pgsql/utf8proc_pgsql.c @ 5:c18366878af9

Version 1.0.2

- included a check in Integer#utf8, which raises an exception, if the given code-point is invalid because of being too high (this was missing yet)
- added support for PostgreSQL version 8.2
author jbe
date Tue Dec 26 12:00:00 2006 +0100 (2006-12-26)
parents 4ee0d5f54af1
children fcfd8c836c64
line diff
     1.1 --- a/pgsql/utf8proc_pgsql.c	Wed Sep 20 12:00:00 2006 +0200
     1.2 +++ b/pgsql/utf8proc_pgsql.c	Tue Dec 26 12:00:00 2006 +0100
     1.3 @@ -51,6 +51,10 @@
     1.4  #include <unistd.h>
     1.5  #include <utils/builtins.h>
     1.6  
     1.7 +#ifdef PG_MODULE_MAGIC
     1.8 +PG_MODULE_MAGIC;
     1.9 +#endif
    1.10 +
    1.11  #define UTF8PROC_PGSQL_OPTS ( UTF8PROC_REJECTNA | UTF8PROC_COMPAT | \
    1.12    UTF8PROC_COMPOSE | UTF8PROC_STABLE | UTF8PROC_IGNORE | UTF8PROC_STRIPCC | \
    1.13    UTF8PROC_NLF2LF | UTF8PROC_CASEFOLD | UTF8PROC_LUMP )

Impressum / About Us