Eneboo - Documentación para desarrolladores
|
#include "qstring.h"
Ir al código fuente de este archivo.
Clases | |
class | QTextEncoder |
The QTextEncoder class provides a state-based encoder. The encoder converts Unicode into another format, remembering any state that is required between calls. Más... | |
class | QTextDecoder |
The QTextDecoder class provides a state-based decoder. The decoder converts a text format into Unicode, remembering any state that is required between calls. Más... | |
class | QTextCodec |
The QTextCodec class provides conversion between text encodings. Qt uses Unicode to store, draw and manipulate strings. In many situations you may wish to deal with data that uses a different encoding. For example, most Japanese documents are still stored in Shift-JIS or ISO2022, while Russian users often have their documents in KOI8-R or CP1251. Más... |