projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7aff644
)
(MIN_CHAR_GREEK): Comment out.
author
tomo
<tomo>
Tue, 8 Feb 2000 13:20:32 +0000
(13:20 +0000)
committer
tomo
<tomo>
Tue, 8 Feb 2000 13:20:32 +0000
(13:20 +0000)
(MAX_CHAR_GREEK): Likewise.
(MIN_CHAR_CYRILLIC): Likewise.
(MAX_CHAR_CYRILLIC): Likewise.
src/char-ucs.h
patch
|
blob
|
history
diff --git
a/src/char-ucs.h
b/src/char-ucs.h
index
8f68eb2
..
8417f75
100644
(file)
--- a/
src/char-ucs.h
+++ b/
src/char-ucs.h
@@
-394,11
+394,13
@@
CHARSET_BY_LEADING_BYTE (Charset_ID lb)
#define MAX_CHAR_BASIC_LATIN 0x007F
+/*
#define MIN_CHAR_GREEK 0x0370
#define MAX_CHAR_GREEK 0x03CF
#define MIN_CHAR_CYRILLIC 0x0400
#define MAX_CHAR_CYRILLIC 0x045F
+*/
#define MIN_CHAR_HEBREW 0x0590
#define MAX_CHAR_HEBREW 0x05EF