[fpc-pascal] Wiki search broken?

zeljko zeljko at holobit.net
Mon Aug 27 07:33:24 CEST 2012


On Monday 27 of August 2012 06:07:25 Andrew Haines wrote:
> Hi,
> 
> Search seems to be broken for me on the wiki
> 
> "There was a server error processing your request. We apologize.
> 
> 
> Take me back where I was (before the error)
> Database operation "0or1row" failed (exception NSDB, "Query was not a
> statement returning rows.")
> 
> ERROR:  invalid byte sequence for encoding "UTF8": 0xc080
> HINT:  This error can also happen if the byte sequence does not match
> the encoding expected by the server, which is controlled by
> "client_encoding".
> "

This looks like postgresql error msg (is it pgsql db ? ). It happens when 
pgsql server db encoding != utf8 (unicode) and you're trying to insert 
character which is untransatable by internal encoding funcions eg. 
win1250toUTF8('something') (eg. double minus (or whatever name it have) sign 
which can be found in ms word (it looks like double minus -- but in one 
line)).

zeljko



More information about the fpc-pascal mailing list