summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/harfbuzz-hangul.c2
1 files changed, 1 insertions, 1 deletions
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 }
};