Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-1770

No ISO-8859-1 Characters in Found Documents Title

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 4.7.1
    • 4.3.3
    • Tools: Assistant
    • None
    • 8d989dc

    Description

      When using QAssistant to display some custom documents in ISO-8859-1 Charset, the ISO-8859-1 Characters (like ä Ä ö Ö ü Ü) in the Html titles are not properly indexed. The problem seems to be caused by function Index::getDocumentTitle(const QString &fullFileName):

      It should have called Index::getCharsetForDocument(QFile *file) Function and setCodec(QTextCodec::codecForName(en.toLatin1().constData())) for readAll() with the correct TextStream Charset (same as in Index::parseDocument(const QString &filename, int docNum).

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            kandeler Christian Kandeler
            z35liu Zheng Liu (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes