1 /* -*- c-basic-offset:2; tab-width:2; indent-tabs-mode:nil -*- */ 2 3 #ifndef __EF_UCS4_KSC5601_H__ 4 #define __EF_UCS4_KSC5601_H__ 5 6 #include <pobl/bl_types.h> /* u_xxx */ 7 8 #include "ef_char.h" 9 10 int ef_map_ucs4_to_ksc5601_1987(ef_char_t *ks, u_int32_t ucs4_code); 11 12 int ef_map_ksc5601_1987_to_ucs4(ef_char_t *ucs4, u_int16_t ks); 13 14 #endif 15