summaryrefslogtreecommitdiff
path: root/univalues.h
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2012-09-15 03:17:45 +0300
committerTzafrir Cohen <tzafrir@cohens.org.il>2012-09-15 03:17:45 +0300
commit7e13676d807471211320962d6e420ebec8cf7eec (patch)
tree2da516744dfeb375efdd06d98f65560458292773 /univalues.h
parent8e2e05e4bd041b559a0352f0ad93729b7b65db91 (diff)
Reqwritten autoconf. Now builds
* Rewritten autoconf * (Hopefully not over-)Simplified it. * Quite a few build fixes (not well done, probably)
Diffstat (limited to 'univalues.h')
-rw-r--r--univalues.h13
1 files changed, 1 insertions, 12 deletions
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