(main): Use `chise_ds_decode_char' instead of `chise_ds_get_ccs' and
authortomo <tomo>
Fri, 3 Oct 2003 11:47:24 +0000 (11:47 +0000)
committertomo <tomo>
Fri, 3 Oct 2003 11:47:24 +0000 (11:47 +0000)
`chise_ccs_decode'.

sample.c

index c5f6abc..3b27e8e 100644 (file)
--- a/sample.c
+++ b/sample.c
@@ -50,6 +50,9 @@ main (int argc, char* argv[])
    * get a character corresponding with Daikanwa number 364
    */
 
+#if 1
+  char_id = chise_ds_decode_char (ds, "=daikanwa", 364);
+#else
   /* setup a decoding-table */
   ccs_daikanwa
     = chise_ds_get_ccs (ds, "=daikanwa");
@@ -62,7 +65,7 @@ main (int argc, char* argv[])
   
   /* get a character from the decoding-table */
   char_id = chise_ccs_decode (ccs_daikanwa, 364);
-
+#endif
 
   /* get a feature-value of the character */
   ft_ideographic_structure