postgresql/contrib/unaccent
Tom Lane d747a45b46 Fix assorted bugs in contrib/unaccent's configuration file parsing.
Make it use t_isspace() to identify whitespace, rather than relying on
sscanf which is known to get it wrong on some platform/locale combinations.
Get rid of fixed-size buffers.  Make it actually continue to parse the file
after ignoring a line with untranslatable characters, as was obviously
intended.

The first of these issues is per gripe from J Smith, though not exactly
either of his proposed patches.
2011-11-07 11:49:17 -05:00
..
expected Print the actual DB encoding in the unaccent regression test. 2009-08-18 16:00:50 +00:00
sql Print the actual DB encoding in the unaccent regression test. 2009-08-18 16:00:50 +00:00
.gitignore Some more gitignore cleanups: cover contrib and PL regression test outputs. 2010-09-22 17:22:53 -04:00
Makefile Fix copy-and-pasteo that might explain some of the buildfarm's 2009-08-18 15:51:16 +00:00
unaccent.c Fix assorted bugs in contrib/unaccent's configuration file parsing. 2011-11-07 11:49:17 -05:00
unaccent.rules
unaccent.sql.in Make unaccent's install/uninstall scripts look more like all the others. 2009-11-14 18:24:32 +00:00
uninstall_unaccent.sql Make unaccent's install/uninstall scripts look more like all the others. 2009-11-14 18:24:32 +00:00