From 7e13676d807471211320962d6e420ebec8cf7eec Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Sat, 15 Sep 2012 03:17:45 +0300 Subject: Reqwritten autoconf. Now builds * Rewritten autoconf * (Hopefully not over-)Simplified it. * Quite a few build fixes (not well done, probably) --- univalues.h | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'univalues.h') diff --git a/univalues.h b/univalues.h index 098e48a..e1e9935 100644 --- a/univalues.h +++ b/univalues.h @@ -24,13 +24,7 @@ // BIDI formatting codes -#define UNI_LRM 0x200E -#define UNI_RLM 0x200F -#define UNI_LRE 0x202A -#define UNI_RLE 0x202B -#define UNI_PDF 0x202C -#define UNI_LRO 0x202D -#define UNI_RLO 0x202E +#define UNI_PDF FRIBIDI_CHAR_PDF // Hebrew codes, mainly points and punctuations @@ -93,10 +87,5 @@ #define UNI_NS_UNDERSCORE 0x0332 #define UNI_NO_BREAK_SPACE 0x00A0 -// Arabic - -#define UNI_ZWNJ 0x200C -#define UNI_ZWJ 0x200D - #endif -- cgit v1.2.3