Map hy-arevmda to 'HYE ' instead of HYE0
This commit is contained in:
parent
916c5a9007
commit
ab38cf6746
|
@ -686,6 +686,8 @@ ot.add_language ('und-fonnapa', 'APPH')
|
|||
ot.remove_language_ot ('IRT')
|
||||
ot.add_language ('ga-Latg', 'IRT')
|
||||
|
||||
ot.add_language ('hy-arevmda', 'HYE')
|
||||
|
||||
ot.remove_language_ot ('KGE')
|
||||
ot.add_language ('und-Geok', 'KGE')
|
||||
|
||||
|
@ -809,6 +811,7 @@ disambiguation = {
|
|||
'ECR': 'crj',
|
||||
'HAL': 'cfm',
|
||||
'HND': 'hnd',
|
||||
'HYE': 'hyw',
|
||||
'KIS': 'kqs',
|
||||
'KUI': 'uki',
|
||||
'LRC': 'bqi',
|
||||
|
|
|
@ -1090,6 +1090,13 @@ hb_ot_tags_from_complex_language (const char *lang_str,
|
|||
*count = 1;
|
||||
return true;
|
||||
}
|
||||
if (subtag_matches (lang_str, limit, "-arevmda"))
|
||||
{
|
||||
/* Armenian; Western Armenian (retired code) */
|
||||
tags[0] = HB_TAG('H','Y','E',' '); /* Armenian */
|
||||
*count = 1;
|
||||
return true;
|
||||
}
|
||||
if (subtag_matches (lang_str, limit, "-provenc"))
|
||||
{
|
||||
/* Occitan (post 1500); Provençal */
|
||||
|
|
Loading…
Reference in New Issue