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:
5e88b4e
)
(LEADING_BYTE_UCS_KS): Deleted.
author
tomo
<tomo>
Sun, 2 Mar 2003 17:56:54 +0000
(17:56 +0000)
committer
tomo
<tomo>
Sun, 2 Mar 2003 17:56:54 +0000
(17:56 +0000)
src/char-ucs.h
patch
|
blob
|
history
diff --git
a/src/char-ucs.h
b/src/char-ucs.h
index
bd258f9
..
6a7a7d0
100644
(file)
--- a/
src/char-ucs.h
+++ b/
src/char-ucs.h
@@
-87,9
+87,6
@@
typedef short Charset_ID;
/* ISO/IEC 10646 for JIS */
#define LEADING_BYTE_UCS_JIS (MIN_LEADING_BYTE + 8)
-/* ISO/IEC 10646 for KS */
-#define LEADING_BYTE_UCS_KS (MIN_LEADING_BYTE + 9)
-
/* Japanese JIS X0208 Common 2/4 2/{(8),9,10,11} 4/2 (B) */
#define LEADING_BYTE_JIS_X0208 (MIN_LEADING_BYTE + 11)