diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-11-07 02:59:38 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-11-07 02:59:38 +0000 |
commit | 10ddffb278e4a27dc6d7a4e6ecee342fe2b56741 (patch) | |
tree | ff72e7a75398b095b24e10bf6b26287886f69c70 /ext/nkf/nkf-utf8/config.h | |
parent | 2657faae0193748c041d8311590dd5f03dd2ce0b (diff) |
* nkf.c: update to r1.188. fixes for 16bit environment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20128 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/nkf/nkf-utf8/config.h')
-rw-r--r-- | ext/nkf/nkf-utf8/config.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/nkf/nkf-utf8/config.h b/ext/nkf/nkf-utf8/config.h index 50daa891fa..752ed38d59 100644 --- a/ext/nkf/nkf-utf8/config.h +++ b/ext/nkf/nkf-utf8/config.h @@ -44,9 +44,8 @@ /* #define DEFAULT_CODE_JIS */ /* #define DEFAULT_CODE_SJIS */ +/* #define DEFAULT_CODE_WINDOWS_31J */ /* #define DEFAULT_CODE_EUC */ /* #define DEFAULT_CODE_UTF8 */ -/* #define DEFAULT_CODE_LOCALE */ #endif /* _CONFIG_H_ */ - |