Eneboo - Documentación para desarrolladores
|
#include "qsjiscodec.h"
Clases | |
class | QSjisDecoder |
'defines' | |
#define | IsKana(c) (((c) >= 0xa1) && ((c) <= 0xdf)) |
#define | IsSjisChar1(c) |
#define | IsSjisChar2(c) (((c) >= 0x40) && ((c) != 0x7f) && ((c) <= 0xfc)) |
#define | IsUserDefinedChar1(c) (((c) >= 0xf0) && ((c) <= 0xfc)) |
#define | QValidChar(u) ((u) ? QChar((ushort)(u)) : QChar::replacement) |
#define IsSjisChar1 | ( | c | ) |