postgresql/src/backend/snowball/stopwords
Tom Lane fd90b5d574 Fix ancient encoding error in hungarian.stop.
When we grabbed this file off the Snowball project's website, we mistakenly
supposed that it was in LATIN1 encoding, but evidently it was actually in
LATIN2.  This resulted in ő (o-double-acute, U+0151, which is code 0xF5 in
LATIN2) being misconverted into õ (o-tilde, U+00F5), as complained of in
bug #10589 from Zoltán Sörös.  We'd have messed up u-double-acute too,
but there aren't any of those in the file.  Other characters used in the
file have the same codes in LATIN1 and LATIN2, which no doubt helped hide
the problem for so long.

The error is not only ours: the Snowball project also was confused about
which encoding is required for Hungarian.  But dealing with that will
require source-code changes that I'm not at all sure we'll wish to
back-patch.  Fixing the stopword file seems reasonably safe to back-patch
however.
2014-06-10 22:48:16 -04:00
..
danish.stop
dutch.stop
english.stop Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00
finnish.stop
french.stop
german.stop
hungarian.stop Fix ancient encoding error in hungarian.stop. 2014-06-10 22:48:16 -04:00
italian.stop
norwegian.stop
portuguese.stop
russian.stop
spanish.stop
swedish.stop
turkish.stop Add turkish stopword list. Thanks to Devrim GUNDUZ <devrim@CommandPrompt.com> 2007-09-07 14:46:43 +00:00