[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Mon May 17 12:43:58 PDT 2010
src/harfbuzz-hangul.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 30f0e6c3d0aa67ab9ff95c60903fe28c4df80fbc
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Mon May 17 15:43:46 2010 -0400
[hangul] Fix typo
diff --git a/src/harfbuzz-hangul.c b/src/harfbuzz-hangul.c
index a819dac..6f89ed6 100644
--- a/src/harfbuzz-hangul.c
+++ b/src/harfbuzz-hangul.c
@@ -130,7 +130,7 @@ static int hangul_nextSyllableBoundary(const HB_UChar16 *s, int start, int end)
static const HB_OpenTypeFeature hangul_features [] = {
{ HB_MAKE_TAG('c', 'c', 'm', 'p'), CcmpProperty },
{ HB_MAKE_TAG('l', 'j', 'm', 'o'), CcmpProperty },
- { HB_MAKE_TAG('j', 'j', 'm', 'o'), CcmpProperty },
+ { HB_MAKE_TAG('v', 'j', 'm', 'o'), CcmpProperty },
{ HB_MAKE_TAG('t', 'j', 'm', 'o'), CcmpProperty },
{ 0, 0 }
};
More information about the HarfBuzz
mailing list