Jack Sleight
2008-06-26 11:06:05 UTC
Hi,
I have a script that builds the lucene search index. When I run it
locally it's all fine, when I run it on the live server I get a lot of
these warnings:
*Notice*: iconv() [function.iconv]: Detected an illegal character in
input string in
*...1.5.2/library/Zend/Search/Lucene/Analysis/Analyzer/Common/Text.php*
on line *56
*My local server is Windows, running PHP 5.2.4, the live server is
CentOS running PHP 5.1.6
I'm assuming it's some sort of character set/encoding issue, but I've
got no idea what's causing it. Any ideas?
Thanks,
**
I have a script that builds the lucene search index. When I run it
locally it's all fine, when I run it on the live server I get a lot of
these warnings:
*Notice*: iconv() [function.iconv]: Detected an illegal character in
input string in
*...1.5.2/library/Zend/Search/Lucene/Analysis/Analyzer/Common/Text.php*
on line *56
*My local server is Windows, running PHP 5.2.4, the live server is
CentOS running PHP 5.1.6
I'm assuming it's some sort of character set/encoding issue, but I've
got no idea what's causing it. Any ideas?
Thanks,
**
--
Jack
Jack