utf8proc

view pgsql/Makefile @ 7:fcfd8c836c64

Version 1.1.1

- Added a new PostgreSQL function 'unistrip', which behaves like 'unifold', but also removes all character marks (e.g. accents).
- Changed license from BSD to MIT style.
- Added a new function 'utf8proc_codepoint_valid' to the C library.
- Changed compiler flags in Makefile from -g -O0 to -O2
- The ruby script, which was used to build the utf8proc_data.c file, is now included in the distribution.
author jbe
date Sun Jul 22 12:00:00 2007 +0200 (2007-07-22)
parents a0368662434c
children
line source
1 utf8proc_pgsql.so: utf8proc_pgsql.o
2 ld -shared -o utf8proc_pgsql.so utf8proc_pgsql.o
4 utf8proc_pgsql.o: utf8proc_pgsql.c
5 gcc -Wall -fpic -c -I`pg_config --includedir-server` \
6 -o utf8proc_pgsql.o utf8proc_pgsql.c
8 clean:
9 rm -f *.o *.so

Impressum / About Us