projects
/
chise
/
xemacs-chise.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
299c313
)
(MAX_LEADING_BYTE_PRIVATE): Use 1024 instead of 512.
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Thu, 8 Jun 2017 19:10:38 +0000
(
04:10
+0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Thu, 8 Jun 2017 19:10:38 +0000
(
04:10
+0900)
src/char-ucs.h
patch
|
blob
|
history
diff --git
a/src/char-ucs.h
b/src/char-ucs.h
index
24e4634
..
0c2f6ee
100644
(file)
--- a/
src/char-ucs.h
+++ b/
src/char-ucs.h
@@
-1,5
+1,5
@@
/* Header for UCS-4 character representation.
- Copyright (C) 1999,2000,2001,2002,2003,2004,2008,2009 MORIOKA Tomohiko
+ Copyright (C) 1999,2000,2001,2002,2003,2004,2008,2009,2017 MORIOKA Tomohiko
This file is part of XEmacs.
@@
-106,7
+106,7
@@
typedef short Charset_ID;
#define LEADING_BYTE_UCS_SIP 11
#define MIN_LEADING_BYTE_PRIVATE 12
-#define MAX_LEADING_BYTE_PRIVATE 512
+#define MAX_LEADING_BYTE_PRIVATE 1024
/* ISO 646 IRV */