summaryrefslogtreecommitdiff
path: root/enc/unicode.c
diff options
context:
space:
mode:
-rw-r--r--enc/unicode.c12
1 files changed, 10 insertions, 2 deletions
@@ -140,14 +140,22 @@ code3_equal(const OnigCodePoint *x, const OnigCodePoint *y)
#define U ONIGENC_CASE_UPCASE
#define D ONIGENC_CASE_DOWNCASE
#define F ONIGENC_CASE_FOLD
-#define T(n) (ONIGENC_CASE_TITLECASE|OnigTitlecaseEncode(n))
#include "enc/unicode/casefold.h"
#undef U
#undef D
#undef F
-#undef T
#include "enc/unicode/name2ctype.h"