From: tomo Date: Fri, 3 Oct 2003 07:48:09 +0000 (+0000) Subject: (chise_ds_decode_char): New prototype. X-Git-Tag: b1-r0_2_0-pre7~12 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3de6628b64f9935373654e9dc3f1f1715a30ca02;p=chise%2Flibchise.git (chise_ds_decode_char): New prototype. --- diff --git a/chise.h b/chise.h index 4fab437..76713f8 100644 --- a/chise.h +++ b/chise.h @@ -79,6 +79,10 @@ typedef CHISE_CCS_Table* CHISE_CCS; CHISE_CCS chise_ds_get_ccs (CHISE_DS *ds, const unsigned char *ccs); +CHISE_Char_ID +chise_ds_decode_char (CHISE_DS *ds, + const unsigned char *ccs, int code_point); + CHISE_Char_ID chise_ccs_decode (CHISE_CCS ccs, int code_point); int chise_ccs_set_decoded_char (CHISE_CCS ccs,