6 encnames.c: public functions for both the backend and the frontend.
7 conv.c: static functions and a public table for code conversion
8 wchar.c: mostly static functions and a public table for mb string and
10 mbutils.c: public functions for the backend only.
11 requires conv.c and wchar.c
12 wstrcmp.c: strcmp for mb
13 wstrncmp.c: strncmp for mb
14 win866.c: a tool to generate KOI8 <--> CP866 conversion table
15 iso.c: a tool to generate KOI8 <--> ISO8859-5 conversion table
16 win1251.c: a tool to generate KOI8 <--> CP1251 conversion table
20 http://www.cprogramming.com/tutorial/unicode.html