]> git.lyx.org Git - lyx.git/blobdiff - src/encoding.h
multicol; small stuff
[lyx.git] / src / encoding.h
index fe429862cd5997a372efd8ea96bb5480e819d052..15684639e71fdbed7c914f26c8b6bfb372f3499e 100644 (file)
 #ifndef ENCODING_H
 #define ENCODING_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "LString.h"
 #include "lyxrc.h"
 
@@ -90,6 +86,9 @@ public:
        bool IsComposeChar_arabic(unsigned char c);
        ///
        static
+       bool is_arabic_special(unsigned char c);
+       ///
+       static
        bool is_arabic(unsigned char c);
        ///
        static