diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-27 08:55:31 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-27 08:55:31 +0000 |
commit | 4aa64b35fa75eb7fb2c953b557d950766386f17b (patch) | |
tree | f41a045430c4551542c334d860650e879fd5258d /ext/nkf/nkf-utf8/config.h | |
parent | b1e6c052cdbac72b3aeab3d6d06dc035d4a26985 (diff) |
* ext/nkf/nkf.c: raise error when no output encoding is given.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15269 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/nkf/nkf-utf8/config.h')
-rw-r--r-- | ext/nkf/nkf-utf8/config.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/ext/nkf/nkf-utf8/config.h b/ext/nkf/nkf-utf8/config.h index 473be76a8e..50daa891fa 100644 --- a/ext/nkf/nkf-utf8/config.h +++ b/ext/nkf/nkf-utf8/config.h @@ -40,12 +40,13 @@ /* * Select Default Output Encoding * - * If not defined, locale encoding is used. */ -/* #define DEFAULT_CODE_JIS */ -/* #define DEFAULT_CODE_SJIS */ -/* #define DEFAULT_CODE_EUC */ -/* #define DEFAULT_CODE_UTF8 */ +/* #define DEFAULT_CODE_JIS */ +/* #define DEFAULT_CODE_SJIS */ +/* #define DEFAULT_CODE_EUC */ +/* #define DEFAULT_CODE_UTF8 */ +/* #define DEFAULT_CODE_LOCALE */ #endif /* _CONFIG_H_ */ + |