| Index: third_party/harfbuzz-ng/src/hb-unicode-private.hh
|
| diff --git a/third_party/harfbuzz-ng/src/hb-unicode-private.hh b/third_party/harfbuzz-ng/src/hb-unicode-private.hh
|
| index 44fbe582e9300ecc6226451ebfc131cd1d64724f..ed45374b749fa7858c652389cbb4f8d2b8d1c9a9 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-unicode-private.hh
|
| +++ b/third_party/harfbuzz-ng/src/hb-unicode-private.hh
|
| @@ -224,7 +224,7 @@ HB_UNICODE_FUNCS_IMPLEMENT_CALLBACKS_SIMPLE
|
| switch (u)
|
| {
|
| /* All GC=Zs chars that can use a fallback. */
|
| - default: return NOT_SPACE; /* Shouldn't happen. */
|
| + default: return NOT_SPACE; /* U+1680 OGHAM SPACE MARK */
|
| case 0x0020u: return SPACE; /* U+0020 SPACE */
|
| case 0x00A0u: return SPACE; /* U+00A0 NO-BREAK SPACE */
|
| case 0x2000u: return SPACE_EM_2; /* U+2000 EN QUAD */
|
|
|