1 /* -*- c-basic-offset:2; tab-width:2; indent-tabs-mode:nil -*- */ 2 3 #ifndef __EF_VIET_MAP_H__ 4 #define __EF_VIET_MAP_H__ 5 6 #include "ef_char.h" 7 8 int ef_map_ucs4_to_viet(ef_char_t *viet, ef_char_t *ucs4); 9 10 int ef_map_viscii_to_tcvn5712_3_1993(ef_char_t *tcvn, ef_char_t *viscii); 11 12 #endif 13