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

Commit e068a20e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "NumberPicker: Don't filter Bengali-Indic characters"

parents 37f81c47 7ed7aff6
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1953,7 +1953,10 @@ public class NumberPicker extends LinearLayout {
            , '\u0669',
            // Extended Arabic-Indic
            '\u06f0', '\u06f1', '\u06f2', '\u06f3', '\u06f4', '\u06f5', '\u06f6', '\u06f7', '\u06f8'
            , '\u06f9'
            , '\u06f9',
            // Bengali-Indic
            '\u09e6', '\u09e7', '\u09e8', '\u09e9', '\u09ea', '\u09eb', '\u09ec', '\u09ed', '\u09ee'
            , '\u09ef'
    };

    /**