Zend_Search_Lucene_Field line 222 the charset 'ISO8859-1' I believe should be 'ISO-8859-1'
Comments
Posted by Adam Lundrigan (adamlundrigan) on 2011-06-29T23:11:55.000+0000
The PHP manual page for {{iconv}} agrees.
Fixed in trunk r24166
Merged to release-1.11 in r24167
Posted by Adam Lundrigan (adamlundrigan) on 2011-06-29T23:18:13.000+0000
I retract my prior statement. On AIX, ISO8859-1 is the proper charset definition.
I, of course, jumped the gun in assuming (logically) that you were correct, but this page says otherwise: http://php.net/manual/en/iconv.configuration.php
Posted by Adam Lundrigan (adamlundrigan) on 2011-06-29T23:23:03.000+0000
Backed out from release-1.11 in r24158
Backed out from trunk in r24159
Posted by brandon (hackandslash) on 2011-06-29T23:23:23.000+0000
ah, so it is, sorry about that. I didn't dig too deeply into it and just assumed that the name of a char set would be consistent
Posted by Adam Lundrigan (adamlundrigan) on 2011-06-29T23:46:20.000+0000
Comments
Posted by Adam Lundrigan (adamlundrigan) on 2011-06-29T23:11:55.000+0000
The PHP manual page for {{iconv}} agrees.
Fixed in trunk r24166 Merged to release-1.11 in r24167
Posted by Adam Lundrigan (adamlundrigan) on 2011-06-29T23:18:13.000+0000
I retract my prior statement. On AIX, ISO8859-1 is the proper charset definition. I, of course, jumped the gun in assuming (logically) that you were correct, but this page says otherwise: http://php.net/manual/en/iconv.configuration.php
Posted by Adam Lundrigan (adamlundrigan) on 2011-06-29T23:23:03.000+0000
Backed out from release-1.11 in r24158 Backed out from trunk in r24159
Posted by brandon (hackandslash) on 2011-06-29T23:23:23.000+0000
ah, so it is, sorry about that. I didn't dig too deeply into it and just assumed that the name of a char set would be consistent
Posted by Adam Lundrigan (adamlundrigan) on 2011-06-29T23:46:20.000+0000
No worries. I did exactly the same thing.