File tree 1 file changed +0
-19
lines changed
ext/mbstring/libmbfl/filters 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 46
46
#define MBFL_FILT_TL_ZENKAKU_KANA2HIRA 0x00020000
47
47
#define MBFL_FILT_TL_HAN2ZEN_COMPAT1 0x00100000
48
48
#define MBFL_FILT_TL_ZEN2HAN_COMPAT1 0x00200000
49
- #define MBFL_FILT_TL_HAN2ZEN_MASK ( \
50
- MBFL_FILT_TL_HAN2ZEN_ALL |\
51
- MBFL_FILT_TL_HAN2ZEN_ALPHA |\
52
- MBFL_FILT_TL_HAN2ZEN_NUMERIC |\
53
- MBFL_FILT_TL_HAN2ZEN_SPACE |\
54
- MBFL_FILT_TL_HAN2ZEN_KATAKANA |\
55
- MBFL_FILT_TL_HAN2ZEN_HIRAGANA |\
56
- MBFL_FILT_TL_HAN2ZEN_GLUE |\
57
- MBFL_FILT_TL_HAN2ZEN_COMPAT1)
58
- #define MBFL_FILT_TL_ZEN2HAN_MASK ( \
59
- MBFL_FILT_TL_ZEN2HAN_ALL | \
60
- MBFL_FILT_TL_ZEN2HAN_ALPHA | \
61
- MBFL_FILT_TL_ZEN2HAN_NUMERIC | \
62
- MBFL_FILT_TL_ZEN2HAN_SPACE | \
63
- MBFL_FILT_TL_ZEN2HAN_KATAKANA | \
64
- MBFL_FILT_TL_ZEN2HAN_HIRAGANA | \
65
- MBFL_FILT_TL_ZENKAKU_HIRA2KANA | \
66
- MBFL_FILT_TL_ZENKAKU_KANA2HIRA | \
67
- MBFL_FILT_TL_ZEN2HAN_COMPAT1)
68
49
69
50
extern const struct mbfl_convert_vtbl vtbl_tl_jisx0201_jisx0208 ;
70
51
You can’t perform that action at this time.
0 commit comments