OSDN Git Service

Fix: Unicode scalar value to UTF-8 is broken on beyond the BMP.
[nkf/nkf.git] / config.h
index 473be76..752ed38 100644 (file)
--- a/config.h
+++ b/config.h
 /*
  * 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_WINDOWS_31J */
+/* #define DEFAULT_CODE_EUC    */
+/* #define DEFAULT_CODE_UTF8   */
 
 #endif /* _CONFIG_H_ */