[Xapian-tickets] [Xapian] #293: sample field is not converted to html in non-utf8 html documents
Xapian
nobody at xapian.org
Tue Sep 2 14:03:08 BST 2008
#293: sample field is not converted to html in non-utf8 html documents
--------------------+-------------------------------------------------------
Reporter: rssh | Owner: olly
Type: defect | Status: new
Priority: normal | Milestone:
Component: Omega | Version: 1.0.7
Severity: normal | Resolution:
Keywords: | Blockedby:
Platform: All | Blocking:
--------------------+-------------------------------------------------------
Comment(by rssh):
Example of document is:
<html>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1251">
<description content="Моя сторінка (My page)" </description>
</html>
As I understand, process_text is called only for text fragement in
htmplarse.cc
And htmlpase.cc contains one and only one call for convert_to_utf8: before
process_text (line 216) and attributes are passed to open_tag as is,
without converting.
So, I still guess, that path is correct.
--
Ticket URL: <http://trac.xapian.org/ticket/293#comment:4>
Xapian <http://xapian.org/>
Xapian
More information about the Xapian-tickets
mailing list