#include <qmmp/qmmptextcodec.h>
The QmmpTextCodec class provides text encoding conversion.
- Author
- Ilya Kotov forko.nosp@m.tov0.nosp@m.2@ya..nosp@m.ru
◆ QmmpTextCodec()
Constructor.
- Parameters
-
| charset | Conversion charset. |
◆ ~QmmpTextCodec()
◆ availableCharsets()
| static QStringList availableCharsets |
( |
| ) |
|
|
static |
This function returns a list of the supported charsets.
◆ fromUnicode()
| QByteArray fromUnicode |
( |
const QString & | str | ) |
const |
This function converts text encoding from unicode to conversion charset.
- Parameters
-
◆ name()
| QByteArray name |
( |
| ) |
const |
This function returns coversion charset.
◆ toUnicode() [1/2]
| QString toUnicode |
( |
const char * | chars | ) |
const |
This function converts text encoding from coversion charset to unicode.
- Parameters
-
◆ toUnicode() [2/2]
| QString toUnicode |
( |
const QByteArray & | a | ) |
const |
This function converts text encoding from coversion charset to unicode.
- Parameters
-
The documentation for this class was generated from the following file: