utf8proc

annotate pgsql/Makefile @ 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
rev   line source
jbe@0 1 utf8proc_pgsql.so: utf8proc_pgsql.o
jbe@0 2 ld -shared -o utf8proc_pgsql.so utf8proc_pgsql.o
jbe@0 3
jbe@0 4 utf8proc_pgsql.o: utf8proc_pgsql.c
jbe@0 5 gcc -Wall -fpic -c -I`pg_config --includedir-server` \
jbe@0 6 -o utf8proc_pgsql.o utf8proc_pgsql.c
jbe@0 7
jbe@0 8 clean:
jbe@0 9 rm -f *.o *.so
jbe@0 10

Impressum / About Us