From 86942e9afcfed6ebe97b72f6d60f61aa02da0fc2 Mon Sep 17 00:00:00 2001 From: David Corbett Date: Fri, 8 Mar 2024 18:12:56 -0500 Subject: [PATCH] =?UTF-8?q?[ot-tags]=20Let=20V=C3=B5ro=20fall=20back=20to?= =?UTF-8?q?=20Estonian?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gen-tag-table.py | 2 -- src/hb-ot-tag-table.hh | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/gen-tag-table.py b/src/gen-tag-table.py index ec43f7b55..95d176a44 100755 --- a/src/gen-tag-table.py +++ b/src/gen-tag-table.py @@ -699,8 +699,6 @@ ot.add_language ('ber', 'BBR') ot.remove_language_ot ('PGR') ot.add_language ('el-polyton', 'PGR') -bcp_47.macrolanguages['et'] = {'ekk'} - bcp_47.names['flm'] = 'Falam Chin' bcp_47.scopes['flm'] = ' (retired code)' bcp_47.macrolanguages['flm'] = {'cfm'} diff --git a/src/hb-ot-tag-table.hh b/src/hb-ot-tag-table.hh index 920b06b9c..c0d60e1d5 100644 --- a/src/hb-ot-tag-table.hh +++ b/src/hb-ot-tag-table.hh @@ -1533,7 +1533,8 @@ static const LangTag ot_languages3[] = { {HB_TAG('v','k','t',' '), HB_TAG('M','L','Y',' ')}, /* Tenggarong Kutai Malay -> Malay */ {HB_TAG('v','l','s',' '), HB_TAG('F','L','E',' ')}, /* Vlaams -> Dutch (Flemish) */ {HB_TAG('v','m','w',' '), HB_TAG('M','A','K',' ')}, /* Makhuwa */ -/*{HB_TAG('v','r','o',' '), HB_TAG('V','R','O',' ')},*/ /* Võro */ + {HB_TAG('v','r','o',' '), HB_TAG('V','R','O',' ')}, /* Võro */ + {HB_TAG('v','r','o',' '), HB_TAG('E','T','I',' ')}, /* Võro -> Estonian */ {HB_TAG('v','s','n',' '), HB_TAG('S','A','N',' ')}, /* Vedic Sanskrit -> Sanskrit */ {HB_TAG('w','a','g',' '), HB_TAG_NONE }, /* Wa'ema != Wagdi */ /*{HB_TAG('w','a','r',' '), HB_TAG('W','A','R',' ')},*/ /* Waray (Philippines) -> Waray-Waray */