Details
-
Task
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
-
None
Description
We need a form of qHash that generates equal output for equal input, even if the input is in different encodings:
qHash("foo"_L1) == qHash(QStringView(u"foo")) == qHash(u8"foo")
This is currently not the case, and prevents qHash(QAnyStringView).
Attachments
Issue Links
- is required for
-
QTBUG-103510 Add QAnyStringHash
-
- Open
-
- relates to
-
QTBUG-116074 qHash() consistency for mixed-type equality_comparable'sc
-
- Open
-