File: precompose.h

package info (click to toggle)
xterm 327-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,360 kB
  • ctags: 6,057
  • sloc: ansic: 69,706; sh: 4,147; perl: 1,521; makefile: 746; xml: 40; sed: 11
file content (11 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (17)
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