postgresql/contrib/unaccent
Tom Lane ced3a93ccb 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:50:18 -05:00
..
expected Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
sql Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
.gitignore Support "make check" in contrib 2011-04-25 22:27:11 +03:00
Makefile Refix the unaccent regression test on MSVC properly 2011-04-19 22:52:52 +03:00
unaccent--1.0.sql Throw a useful error message if an extension script file is fed to psql. 2011-10-12 15:45:03 -04:00
unaccent--unpackaged--1.0.sql Throw a useful error message if an extension script file is fed to psql. 2011-10-12 15:45:03 -04:00
unaccent.c Fix assorted bugs in contrib/unaccent's configuration file parsing. 2011-11-07 11:50:18 -05:00
unaccent.control Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
unaccent.rules Unaccent dictionary. 2009-08-18 10:34:39 +00:00