I heard that you need to enable enable-sqlite-utf8
, but I could not find this line anywhere in xampp or the documentation, how to enable full utf8 support in pdo_sqlite extension in xampp (windows)?
But I guess that I'm wrong there and enable-sqlite-utf will not enable correct unicode LIKE operator with non ASCII characters, for it to work I think I need to enable ICU for sqlite in XAMPP, but how?
ie: I can't get #18 to work http://www.sqlite.org/faq.html#q18