I'm using Zend_Search_Lucene_Document_Html to index a directory of html pages. Any titles that contain special characters will display funny in the search results, such as the result below:
Test Product® – Test® I've tried explicitly setting the encoding, such as: Zend_Search_Lucene_Document_Html::loadHTML($htmlString, false, 'utf-8'); Is there something I'm overlooking that's causing these garbled characters to appear? Thank you in advance, Gary -- View this message in context: http://www.nabble.com/Zend_Search_Lucene-special-characters-tp23564129p23564129.html Sent from the Zend Framework mailing list archive at Nabble.com.
