#include "qjpunicode.h"
#include "qcstring.h"
#include <stdlib.h>
Documentación de los 'defines'
#define IsJisChar |
( |
|
c | ) |
(((c) >= 0x21) && ((c) <= 0x7e)) |
#define IsKana |
( |
|
c | ) |
(((c) >= 0xa1) && ((c) <= 0xdf)) |
#define IsLatin |
( |
|
c | ) |
(/*((c) >= 0x00) &&*/ ((c) <= 0x7f)) |
Valor:((((c) >= 0x81) && ((c) <= 0x9f)) || \
(((c) >= 0xe0) && ((c) <= 0xfc)))
#define IsSjisChar2 |
( |
|
c | ) |
(((c) >= 0x40) && ((c) != 0x7f) && ((c) <= 0xfc)) |
#define IsSjisUDC1 |
( |
|
c | ) |
(((c) >= 0xf0) && ((c) <= 0xfc)) |
#define JISX0201_OVERLINE 0x007e |
#define JISX0201_YEN_SIGN 0x005c |
#define UNICODE_OVERLINE 0x203e |
#define UNICODE_YEN_SIGN 0x00a5 |