File: precompose.h

package info (click to toggle)
xterm 406-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,372 kB
  • sloc: ansic: 87,522; perl: 9,847; sh: 5,528; makefile: 843; xml: 46; sed: 11
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