| Index: third_party/harfbuzz/src/harfbuzz-hangul.c
|
| diff --git a/third_party/harfbuzz/src/harfbuzz-hangul.c b/third_party/harfbuzz/src/harfbuzz-hangul.c
|
| index a819dacf7fc16bb8d830a6476a9e0c6baeb99d5a..6f89ed6b0b0f784bb6a403890aa4d7eeff31686d 100644
|
| --- a/third_party/harfbuzz/src/harfbuzz-hangul.c
|
| +++ b/third_party/harfbuzz/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 }
|
| };
|
|
|