Details
-
Task
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
Description
The use of ushort as the scalar type to mean QChar dates back to C++98 when char16_t and char32_t did not exist, yet. Now that they do, use of the C++11 character types yields self-explanatory APIs and less implementation work (casts).
The QStringView support for ushort characters was helpful in the run up to QTBUG-110403, but now is the time to retire it.
Acceptance criteria:
- QStringView (and QAnyStringView, QString, ...) API that deals in ushort for UTF-16 and in uint for UTF-32 types is removed, or at the very least fully inline and non-exported.
Attachments
Issue Links
- is blocked by
-
QTBUG-110403 Port away from ushort as char16_t and uint as char32_t
-
- Open
-
-
QTBUG-110404 Remove QStringView's ushort support [1/3]: add opt-out
-
- Open
-
-
QTBUG-110406 Remove QStringView's ushort support [2/3]: deprecate it
-
- Open
-