Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25d1dfbe authored by Yurii Zubrytskyi's avatar Yurii Zubrytskyi Committed by Gerrit Code Review
Browse files

Merge "[res] Move the latin parents map to be first" into main

parents 8577d127 cbc0f97e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2451,10 +2451,10 @@ const struct {
    const char script[4];
    const char script[4];
    const std::unordered_map<uint32_t, uint32_t>* map;
    const std::unordered_map<uint32_t, uint32_t>* map;
} SCRIPT_PARENTS[] = {
} SCRIPT_PARENTS[] = {
    {{'L', 'a', 't', 'n'}, &LATN_PARENTS},
    {{'A', 'r', 'a', 'b'}, &ARAB_PARENTS},
    {{'A', 'r', 'a', 'b'}, &ARAB_PARENTS},
    {{'D', 'e', 'v', 'a'}, &DEVA_PARENTS},
    {{'D', 'e', 'v', 'a'}, &DEVA_PARENTS},
    {{'H', 'a', 'n', 't'}, &HANT_PARENTS},
    {{'H', 'a', 'n', 't'}, &HANT_PARENTS},
    {{'L', 'a', 't', 'n'}, &LATN_PARENTS},
    {{'~', '~', '~', 'B'}, &___B_PARENTS},
    {{'~', '~', '~', 'B'}, &___B_PARENTS},
};
};