Pat Allan wrote:
> There's no option to turn this off in Thinking Sphinx unfortunately,
> so you're either going to have to modify your copy, or monkeypatch it.

I'd argue it's reasonable for TS to assume that the encoding on your
database is set correctly.

Rather than avoid the root cause, maybe it'd be best if you go through
the (admittedly significant) pain of fixing your database.

The best method is to do an SQL dump to text file, use iconv to ensure
everything is valid utf-8, then re-create the database and run the SQL
file.

-- James Healy <[email protected]>  Mon, 16 Aug 2010 01:34:17 +1000

-- 
You received this message because you are subscribed to the Google Groups 
"Thinking Sphinx" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/thinking-sphinx?hl=en.

Reply via email to