lao keyboard is not proper in android

209 views Asked by At
private String sL[] = { "ຢ", "ຟ", "ໂ", "ຖ", "ຄ", "ຕ", "ຈ", "ຂ", "ຊ",
        "ໄ", "ພ", "ະ", "ຮ", "ນ", "ຍ", "ບ", "ລ", "ຫ", "ກ", "ດ",
        "ເ", "າ", "ສ", "ວ", "ງ", "ຜ", "ປ", "ແ", "ອ", "ທ", "ມ", "ໃ" };
private String cL[] = { "ຶ", "້", "ື", "້", "ຸ", "ູ", "້", "໊", "໋",
        "ໍ", "ົ", "ຳ", "ິ", "ີ", "ັ", "້", "່", "ຶ", "ື", "໌",
        "ຼ", "ໍ", "່", "ົ", "້", "ຳ", "້", "ິ", "້", "ີ", "້", "ັ" };

In my dictionary, I set font for keyboard. character from sL array is working fine.. but when I setting characters from cL array, at that time..nothing is displaying on button.. help me for that

0

There are 0 answers