Skip to content

Commit f699d65

Browse files
committed
Add comment to mbfilter_tl_jisx0201_jisx0208.h
Explain the 'ZEN' and 'HAN' in symbolic constant names.
1 parent a2b40ee commit f699d65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/mbstring/libmbfl/filters/mbfilter_tl_jisx0201_jisx0208.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828
#include "mbfl_convert.h"
2929

30+
/* "Zen" is 全, or "full"; "Han" is 半, or "half"
31+
* This refers to "fullwidth" or "halfwidth" variants of characters used for writing Japanese */
3032
#define MBFL_FILT_TL_HAN2ZEN_ALL 0x00000001
3133
#define MBFL_FILT_TL_HAN2ZEN_ALPHA 0x00000002
3234
#define MBFL_FILT_TL_HAN2ZEN_NUMERIC 0x00000004

0 commit comments

Comments
 (0)