Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.0, 6.1, 6.2
-
None
-
8
-
Qt6_Foundation_Sprint 40, Foundation_Sprint 41 (Team 1)
Description
QUtf8StringView::indexOf (witho const char * and QUtf8String arguments) most certainly make sense, and would allow some cleanup in Qt code itself, which currently operates on const char* (without using the semantically less fitting QByteArrayView).
Functionality like isRightToLeft could be added for consistency, but might be superfluous as we don't actually use QUtf8StringView to display text.
Adding allocating methods like arg is arguably of dubious value, but see QTBUG-98429.
Attachments
Issue Links
- blocks
-
QTBUG-106781 Enable QStringTokenizer to work on QUtf8StringView
- Open
- is blocked by
-
QTBUG-119713 Qt needs a QUtf8StringIterator
- Open
- relates to
-
QTBUG-98429 QUtf8StringView should have the same functions as QStringView 2/2 - QUtf8String return types
- Reported
-
QTBUG-98433 QLatin1String(View) should have the same functions as QStringView 1/2 - non-owning return types
- Closed
-
QTBUG-124365 Port QString::arg() to QAnyStringView
- In Review