From e9b08e1bcff26d79a8d7f9b3b7d96abf2f2da844 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 6 Aug 2003 10:27:11 +0000 Subject: [PATCH] (main): Rename "ideograph-daikanwa" to "=daikanwa". --- sample.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample.c b/sample.c index c544fcd..e2b9bad 100644 --- a/sample.c +++ b/sample.c @@ -34,7 +34,7 @@ main (int argc, char* argv[]) /* setup a decoding-table */ status = chise_open_decoding_table (&dt_daikanwa, &ds, - "ideograph-daikanwa", + "=daikanwa", real_subtype, accessmask, modemask); if (status) -- 1.7.10.4