mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 662055 followup - permute order of Hebrew diacritics so that Biblical spelling of 'Jerusalem' renders properly. r=smontagu
This commit is contained in:
parent
1ac8f0ac78
commit
9188ac262b
@ -109,15 +109,15 @@ _hb_unicode_modified_combining_class (hb_unicode_funcs_t *ufuncs,
|
||||
* (as recommended by http://forum.fontlab.com/archive-old-microsoft-volt-group/vista-and-diacritic-ordering-t6751.0.html)
|
||||
*/
|
||||
static const int permuted_hebrew_classes[25 - 10 + 1] = {
|
||||
/* 10 sheva */ 15,
|
||||
/* 11 hataf segol */ 16,
|
||||
/* 12 hataf patah */ 17,
|
||||
/* 13 hataf qamats */ 18,
|
||||
/* 14 hiriq */ 19,
|
||||
/* 15 tsere */ 20,
|
||||
/* 16 segol */ 21,
|
||||
/* 17 patah */ 22,
|
||||
/* 18 qamats */ 23,
|
||||
/* 10 sheva */ 22,
|
||||
/* 11 hataf segol */ 15,
|
||||
/* 12 hataf patah */ 16,
|
||||
/* 13 hataf qamats */ 17,
|
||||
/* 14 hiriq */ 23,
|
||||
/* 15 tsere */ 18,
|
||||
/* 16 segol */ 19,
|
||||
/* 17 patah */ 20,
|
||||
/* 18 qamats */ 21,
|
||||
/* 19 holam */ 14,
|
||||
/* 20 qubuts */ 24,
|
||||
/* 21 dagesh */ 12,
|
||||
|
Loading…
Reference in New Issue
Block a user