blob: e1432eb3079b51e1f3c882d9a43893a944257706 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- config_f.h.orig 2003-03-04 16:38:33.000000000 -0800
+++ config_f.h 2003-03-04 16:38:51.000000000 -0800
@@ -113,14 +113,14 @@
* be used with SHORT_STRINGS
*
*/
-#undef KANJI
+#define KANJI
/*
* DSPMBYTE add variable "dspmbyte" and display multi-byte string at
* only output, when "dspmbyte" is set. Should be used with
* KANJI
*/
-#undef DSPMBYTE
+#define DSPMBYTE
/*
* MBYTEDEBUG when "dspmbyte" is changed, set multi-byte checktable to
|