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

Add support for proper Unicode-aware string collation using the Unicode Collation Algorithm

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Done
    • P3: Somewhat important
    • None
    • 4.6.2
    • None

    Description

      Qt does a fairly good job at providing Unicode code page support which is OK for display of unicode text, and codecs for text transformations etc.

      However, it does not offer other areas of Unicode support which would be very welcome indeed. E.g. proper Unicode-aware string collation (comparison) according to the conventions and standards of a particular language, region or country and ideally using the Unicode Collation Algorithm. Also things like making it easier for an app to locate the positions of words, sentences, paragraphs within a range of text, or identify locations that suitable for line wrapping when displaying the text. All these are things that extended Unicode support could add.

      This could possibly be done by building ICU support directly into Qt (see http://site.icu-project.org/).

      Attachments

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

        Activity

          People

            laknoll Lars Knoll
            bholm Benedikte Holm (Inactive)
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes