projects
/
platform
/
core
/
uifw
/
libhangul.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aa825d
)
hangul_is_jongseong() 함수 버그 수정
author
Choe Hwanjin
<choe.hwanjin@gmail.com>
Sat, 25 Dec 2010 04:40:12 +0000
(13:40 +0900)
committer
Choe Hwanjin
<choe.hwanjin@gmail.com>
Sat, 25 Dec 2010 04:40:12 +0000
(13:40 +0900)
236에서 잘못 고친 부분 수정
git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@237
8f00fcd2
-89fc-0310-932e-
b01be5b65e01
hangul/hangulctype.c
patch
|
blob
|
history
diff --git
a/hangul/hangulctype.c
b/hangul/hangulctype.c
index 4dd63c37daae449196bd0e1df062aa0da0d14d31..10fe4d30f5f786118983a46981643192f717337c 100644
(file)
--- a/
hangul/hangulctype.c
+++ b/
hangul/hangulctype.c
@@
-85,7
+85,7
@@
hangul_is_choseong(ucschar c)
bool
hangul_is_jungseong(ucschar c)
{
- return (c >= 0x1160 && c <= 0x11a
9
) ||
+ return (c >= 0x1160 && c <= 0x11a
7
) ||
(c >= 0xd7b0 && c <= 0xd7c6);
}