Doc: "UTF" -> "UTF-8"
Change-Id: Ifbadc62ac2d04a9a8952fffd158a5a9ba87c30e0 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
This commit is contained in:
parent
0181e0e527
commit
c21e2d5706
@ -404,7 +404,7 @@ QDebug operator<<(QDebug dbg, QCborKnownTags tag)
|
||||
\value IllegalSimpleType The CBOR stream contains a Simple Type encoded incorrectly (data is
|
||||
corrupt and the error is not recoverable).
|
||||
\value InvalidUtf8String The CBOR stream contains a text string that does not decode properly
|
||||
as UTF (data is corrupt and the error is not recoverable).
|
||||
as UTF-8 (data is corrupt and the error is not recoverable).
|
||||
\value DataTooLarge CBOR string, map or array is too big and cannot be parsed by Qt
|
||||
(internal limitation, but the error is not recoverable).
|
||||
\value NestingTooDeep Too many levels of arrays or maps encountered while processing the
|
||||
|
Loading…
Reference in New Issue
Block a user