diff options
| author | Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> | 2025-02-24 15:49:22 +0100 |
|---|---|---|
| committer | Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> | 2025-02-25 09:53:23 +0100 |
| commit | 0770171dcda24a567d6f57b87fdd284011e56e16 (patch) | |
| tree | 267941c52289ad041d345835d79ac124b50c26f0 /src/corelib/text/qstring.cpp | |
| parent | e84145d6c14e92c3a499904f70046bc3ceee5960 (diff) | |
Docs: uppercase spelling of utf-8
It should be spelled UTF-8 (official name by the Unicode Consortium).
Pick-to: 6.9 6.8
Change-Id: Ib358d0870e77f0cb4cdb920ed5ca829f100707a1
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/text/qstring.cpp')
| -rw-r--r-- | src/corelib/text/qstring.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/text/qstring.cpp b/src/corelib/text/qstring.cpp index 3e132cf155e..be7069c2e8e 100644 --- a/src/corelib/text/qstring.cpp +++ b/src/corelib/text/qstring.cpp @@ -1709,7 +1709,7 @@ void qtWarnAboutInvalidRegularExpression(const QString &pattern, const char *whe QStringView QUtf8StringView \endcompareswith \compareswith strong QByteArray QByteArrayView {const char *} - When comparing with byte arrays, their content is interpreted as utf-8. + When comparing with byte arrays, their content is interpreted as UTF-8. \endcompareswith QString stores a string of 16-bit \l{QChar}s, where each QChar |
