1/* $XFree86: xc/programs/xterm/precompose.h,v 1.1 2000/08/26 04:33:54 dawes Exp $ */ 2 3#ifndef PRECOMPOSE_H 4#define PRECOMPOSE_H 5 6int do_precomposition(int base, int comb); 7 8/* returns unicode value if a canonical composition exists, 9 otherwise -1 */ 10 11#endif 12