doc: Fix spelling of 'equivalent' in QString documentation
Pick-to: 6.5 Change-Id: I1d39bee80fbaf3e3e6eb5e383fd845bb0f9071e5 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
This commit is contained in:
parent
5317ff74fd
commit
3154aec540
@ -5457,7 +5457,7 @@ static QByteArray qt_convert_to_local_8bit(QStringView string);
|
||||
QByteArray. The returned byte array is undefined if the string
|
||||
contains characters not supported by the local 8-bit encoding.
|
||||
|
||||
On Unix systems this is equivalen to toUtf8(), on Windows the systems
|
||||
On Unix systems this is equivalent to toUtf8(), on Windows the systems
|
||||
current code page is being used.
|
||||
|
||||
If this string contains any characters that cannot be encoded in the
|
||||
@ -5487,7 +5487,7 @@ static QByteArray qt_convert_to_local_8bit(QStringView string)
|
||||
|
||||
Returns a local 8-bit representation of \a string as a QByteArray.
|
||||
|
||||
On Unix systems this is equivalen to toUtf8(), on Windows the systems
|
||||
On Unix systems this is equivalent to toUtf8(), on Windows the systems
|
||||
current code page is being used.
|
||||
|
||||
The behavior is undefined if \a string contains characters not
|
||||
@ -5655,7 +5655,7 @@ QString QString::fromLatin1(QByteArrayView ba)
|
||||
|
||||
If \a size is \c{-1}, \c{strlen(str)} is used instead.
|
||||
|
||||
On Unix systems this is equivalen to fromUtf8(), on Windows the systems
|
||||
On Unix systems this is equivalent to fromUtf8(), on Windows the systems
|
||||
current code page is being used.
|
||||
|
||||
\sa toLocal8Bit(), fromLatin1(), fromUtf8()
|
||||
|
Loading…
Reference in New Issue
Block a user