summaryrefslogtreecommitdiff
path: root/precompose.h
blob: 661bbb1ac7a1df72f2b49b8444bb4367050fd57a (plain)
1
2
3
4
5
6
7
8
9
10
11
/* $XFree86: xc/programs/xterm/precompose.h,v 1.1 2000/08/26 04:33:54 dawes Exp $ */

#ifndef PRECOMPOSE_H
#define PRECOMPOSE_H

int do_precomposition(int base, int comb);

/* returns unicode value if a canonical composition exists,
   otherwise -1 */

#endif