summaryrefslogtreecommitdiff
path: root/univalues.h
diff options
context:
space:
mode:
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