Developer Meetings/2009-1
< Developer Meetings
Jump to navigation
Jump to search
Revision as of 10:53, 21 February 2009 by Manuel Schneider (talk | contribs) (New page: ;Indexing and Searching * several possibilities can be implemented: ** internal search index ** external search index ** using an external library such as Zeno, Sphinx, Xapian... ** '''Dec...)
- Indexing and Searching
- several possibilities can be implemented:
- internal search index
- external search index
- using an external library such as Zeno, Sphinx, Xapian...
- Decision: will be postponed until next developers meeting which will focus on that
- Encoding
- article texts in UTF-8
- URLs in UTF-8
- latin1 auto detection will be kept for backwards compatibility
- problem: sorting multibyte characters
- there should be libraries which are able to sort multibyte characters, including them
- dropping QUnicode library