X-Git-Url: https://git.hcoop.net/hcoop/debian/courier-authlib.git/blobdiff_plain/b0322a8536f3cab76471c98122fe1df75bb7c387..d50284c4aa46bdb558ab92276d4e3ebd856fe9a6:/libs/unicode/wordbreaktab_internal.h diff --git a/libs/unicode/wordbreaktab_internal.h b/libs/unicode/wordbreaktab_internal.h deleted file mode 100644 index 58d4d20..0000000 --- a/libs/unicode/wordbreaktab_internal.h +++ /dev/null @@ -1,25 +0,0 @@ -/* -** Copyright 2011 Double Precision, Inc. -** See COPYING for distribution information. -** -*/ - -#ifndef wordbreaktab_internal_h -#define wordbreaktab_internal_h - -#define UNICODE_WB_ALetter 0x00 -#define UNICODE_WB_Numeric 0x01 -#define UNICODE_WB_MidLetter 0x02 -#define UNICODE_WB_MidNum 0x03 -#define UNICODE_WB_MidNumLet 0x04 -#define UNICODE_WB_ExtendNumLet 0x05 - -#define UNICODE_WB_CR 0x06 -#define UNICODE_WB_LF 0x07 -#define UNICODE_WB_Newline 0x08 -#define UNICODE_WB_Extend 0x09 -#define UNICODE_WB_Format 0x0A -#define UNICODE_WB_Katakana 0x0B - -#define UNICODE_WB_OTHER 0xFF -#endif