X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fencoding.h;h=15684639e71fdbed7c914f26c8b6bfb372f3499e;hb=dad1fc66e44a4dad94eb1e9ffd5736bf8f59ae6d;hp=42ade25ab7be83616698c9eaa051cafced8d5aef;hpb=bd659b25fb6e2df5d02273ee1ce4699aa5723e2e;p=lyx.git diff --git a/src/encoding.h b/src/encoding.h index 42ade25ab7..15684639e7 100644 --- a/src/encoding.h +++ b/src/encoding.h @@ -1,21 +1,17 @@ // -*- 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" @@ -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