fix japan code page and remove ' e ' token - causes problems with 'east'

This commit is contained in:
Brian Quinion 2010-11-28 18:00:51 +00:00
parent f5ca016e98
commit 491f5961e1
2 changed files with 2 additions and 3 deletions

View File

@ -248,7 +248,6 @@ gettokenstring( PG_FUNCTION_ARGS )
str_replace(buffer, &len, &changes, " und ", 5, " ", 1, 0);
str_replace(buffer, &len, &changes, " en ", 4, " ", 1, 0);
str_replace(buffer, &len, &changes, " et ", 4, " ", 1, 0);
str_replace(buffer, &len, &changes, " e ", 3, " ", 1, 0);
str_replace(buffer, &len, &changes, " y ", 3, " ", 1, 0);
// 'the' (and similar)

File diff suppressed because one or more lines are too long