Fix parser bug on Windows with UTF8 encoding and C locale, the reason was

Teodor Sigaev <teodor@sigaev.ru>

Commit: bb8998a4755829388bdd151d3fd346f9688357d5
Author: Teodor Sigaev <teodor@sigaev.ru>
Date: 2007-03-22T15:58:24Z
Releases: 8.3.0
Fix parser bug on Windows with UTF8 encoding and C locale, the reason was
sizeof(wchar_t) = 2 instead of 4.

Files

PathChange+/−
contrib/tsearch2/wordparser/parser.c modified +2 −2