ddc
Graspace.h
Go to the documentation of this file.
1 
2 //
3 // This file is part of DDC.
4 //
5 // DDC is free software: you can redistribute it and/or modify
6 // it under the terms of the GNU Lesser General Public License as published by
7 // the Free Software Foundation, either version 3 of the License, or
8 // (at your option) any later version.
9 //
10 // DDC is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 // GNU Lesser General Public License for more details.
14 //
15 // You should have received a copy of the GNU Lesser General Public License
16 // along with DDC. If not, see <http://www.gnu.org/licenses/>.
17 //
18 // ========== Dialing Graphematical Module (www.aot.ru)
19 // ========== Copyright by Alexey Sokirko (1996-2001), Bryan Jurish (2011)
20 
21 #ifndef graspace_h
22 #define graspace_h
23 
24 #include "../CommonLib/utilit.h"
25 
26 #define SEOLN (unsigned char) 171
27 #define SSpace (unsigned char) 129
28 #define STab '\x10'
29 
30 
31 // max length of the token
32 const size_t CriticalTokenLength = 255;
33 
34 // length of the token and its graphematical descriptors
36 
37 #endif
38 
39 /*--- emacs style variables ---
40  * Local Variables:
41  * mode: C++
42  * c-file-style: "ellemtel"
43  * c-basic-offset: 4
44  * tab-width: 8
45  * indent-tabs-mode: nil
46  * End:
47  */
const size_t CriticalTokenLength
Definition: Graspace.h:32
const size_t CriticalGraphemLineLength
Definition: Graspace.h:35