File: precompose.h

package info (click to toggle)
xterm 235-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,780 kB
  • ctags: 4,528
  • sloc: ansic: 48,756; sh: 3,793; perl: 1,036; makefile: 406
file content (11 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (19)
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