summaryrefslogtreecommitdiff
path: root/ext/nkf/nkf-utf8/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/nkf/nkf-utf8/config.h')
-rw-r--r--ext/nkf/nkf-utf8/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/nkf/nkf-utf8/config.h b/ext/nkf/nkf-utf8/config.h
index 0f202baafd..2619440bf9 100644
--- a/ext/nkf/nkf-utf8/config.h
+++ b/ext/nkf/nkf-utf8/config.h
@@ -24,6 +24,9 @@
/* --debug, --no-output オプション */
#define CHECK_OPTION
+/* JIS X0212 */
+#define X0212_ENABLE
+
/* --exec-in, --exec-out オプション
* pipe, fork, execvp あたりが無いと動きません。
* MS-DOS, MinGW などでは undef にしてください