Doc: Fix typo
It should read ISO-8859-1, not IS0-5589-1. Fixes: QTBUG-112735 Pick-to: 6.5 6.2 5.15 Change-Id: I8247264d39f2af5b2f9699564cdd576df65cd9b8 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
This commit is contained in:
parent
e539e9a7af
commit
4c34894075
@ -1949,7 +1949,7 @@ QTextStream &QTextStream::operator>>(QChar &c)
|
|||||||
\overload
|
\overload
|
||||||
|
|
||||||
Reads a character from the stream and stores it in \a c. The
|
Reads a character from the stream and stores it in \a c. The
|
||||||
character from the stream is converted to ISO-5589-1 before it is
|
character from the stream is converted to ISO-8859-1 before it is
|
||||||
stored.
|
stored.
|
||||||
|
|
||||||
\sa QChar::toLatin1()
|
\sa QChar::toLatin1()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user