File: unorm.h

package info (click to toggle)
msort 8.52-1.3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,224 kB
  • sloc: sh: 10,094; ansic: 9,882; makefile: 106
file content (8 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
/* Definitions mimicking those of ICU unicode/unorm.h */
#ifndef UNORM_H
#define UNORM_NONE	1 
#define UNORM_NFC	2
#define UNORM_NFD	4
#endif