QByteArray QString::toLatin1() const

Returns a Latin-1 representation of the string as a QByteArray.

文字列を Latin-1 で表した QByteArray を返します。

The returned byte array is undefined if the string contains non-Latin1 characters. Those characters may be suppressed or replaced with a question mark.

文字列が非 Latin1 文字を含む場合、返されるバイト列は未定義です。これらの文字は、出力されなかったり、? 記号に置き換えられたりします。

See also fromLatin1(), toAscii(), toUtf8(), toLocal8Bit(), and QTextCodec.

参考 fromLatin1(), toAscii(), toUtf8(), toLocal8Bit(), and QTextCodec.

QString Class | Qt 4.8