Re: [BUGS] BUG #3766: tsearch2 index creation error

2007-12-03 Thread Thomas H.
Tom Lane wrote: "Thomas H." <[EMAIL PROTECTED]> writes: Tom Lane wrote: Can any Windows hackers check into whether the WIN32 coding in wchar2char() and char2wchar() in ts_locale.c is sane? has anyone had the chance to look into that problem? i'd be more than willing to help testing an update

Re: [BUGS] BUG #3766: tsearch2 index creation error

2007-11-27 Thread Thomas H.
tom lane wrote: Can any Windows hackers check into whether the WIN32 coding in wchar2char() and char2wchar() in ts_locale.c is sane? has anyone had the chance to look into that problem? i'd be more than willing to help testing an updated build if needed. After re-reading Microsoft's man page

Re: [BUGS] BUG #3766: tsearch2 index creation error

2007-11-24 Thread Tom Lane
"Thomas H." <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> Can any Windows hackers check into whether the WIN32 coding in >> wchar2char() and char2wchar() in ts_locale.c is sane? > has anyone had the chance to look into that problem? i'd be more than > willing to help testing an updated build i

Re: [BUGS] BUG #3766: tsearch2 index creation error

2007-11-24 Thread Thomas H.
Tom Lane wrote: Operating system: Windows 2003 CREATE INDEX posts_fts_idx ON forum.posts USING gin(to_tsvector('english', p_msg_clean)); ERROR: translation from wchar_t to server encoding failed: No error Hmm. That error message is close to some code that is specific to the Windows-and-U

Re: [BUGS] BUG #3766: tsearch2 index creation error

2007-11-20 Thread Tom Lane
"Thomas Haegi" <[EMAIL PROTECTED]> writes: > Operating system: Windows 2003 > CREATE INDEX posts_fts_idx ON forum.posts USING gin(to_tsvector('english', > p_msg_clean)); > ERROR: translation from wchar_t to server encoding failed: No error Hmm. That error message is close to some code that is