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

QChar needs isHexDigit() method

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • None
    • None
    • all

    Description

      Currently we have isDigit() which only works for 0-9, not A, B, C, D, E, F. Adding insult to injury, when walking through a string one char at a time 'A' comes back as Letter_Uppercase instead of Number_Letter.

      We need an isHexDigit() method added to the class. It needs to be language aware as well.

      Attachments

        For Gerrit Dashboard: QTBUG-61897
        # Subject Branch Project Status CR V

        Activity

          People

            cnn Qt Core & Network
            seasoned_geek Roland Hughes
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There is 1 open Gerrit change