X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fconcord.git;a=blobdiff_plain;f=cos-print.h;h=d25eecff34c86326cfc4353323182386a43e3dcf;hp=7eba56453f30e3a3cd710bf22348f8a186173dac;hb=cd2e4008eca78ef122d24bc8addab648a17610d2;hpb=2a9f3267270e17def505e553192d7a3f74add9d3 diff --git a/cos-print.h b/cos-print.h index 7eba564..d25eecf 100644 --- a/cos-print.h +++ b/cos-print.h @@ -28,8 +28,14 @@ extern "C" { } #endif +#include +#include + +int +cos_utf8_encode_char (int cid, unsigned char *dest, size_t size); + int -cos_encode_char_as_utf8 (int cid, unsigned char *dest, size_t size); +cos_utf8_print_char (COS_object character, unsigned char *dest, size_t size); #if 0 {