]> git.lyx.org Git - lyx.git/blobdiff - src/encoding.h
cosmetic fix
[lyx.git] / src / encoding.h
index 42ade25ab7be83616698c9eaa051cafced8d5aef..c64a84517ac7f5e22dfdef7d3631e41c0face36d 100644 (file)
@@ -1,24 +1,22 @@
 // -*- C++ -*-
 /* This file is part of
- * ====================================================== 
- * 
+ * ======================================================
+ *
  *           LyX, The Document Processor
- *      
+ *
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2000 The LyX Team.
+ *           Copyright 1995-2001 The LyX Team.
  *
  * ====================================================== */
 
 #ifndef ENCODING_H
 #define ENCODING_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "LString.h"
 #include "lyxrc.h"
 
+#include <map>
+
 ///
 typedef unsigned short int Uchar;
 
@@ -90,6 +88,9 @@ public:
        bool IsComposeChar_arabic(unsigned char c);
        ///
        static
+       bool is_arabic_special(unsigned char c);
+       ///
+       static
        bool is_arabic(unsigned char c);
        ///
        static