├── src ├── fonts │ ├── mm3.ttf │ ├── mon3.ttf │ ├── tharlon.ttf │ ├── Ours-Unicode.ttf │ ├── Tharlon-Regular.ttf │ ├── Pyidaungsu-2.5.3_Bold.ttf │ ├── mmrCensus.v4.sh.mif.ttf │ ├── NotoSansMyanmar-Regular.ttf │ ├── Pyidaungsu-2.5.3_Numbers.ttf │ └── Pyidaungsu-2.5.3_Regular.ttf ├── AlphaZawgyi.jpg ├── scripts │ ├── virama_super.txt │ ├── zgvirama_super.txt │ ├── virama_sub.txt │ ├── zgvirama_sub.txt │ ├── mm_zguni_list.txt │ ├── mm_char_medials.txt │ ├── mm_char_list.txt │ ├── mm_zguni_full.txt │ ├── mm_genword.sh │ ├── mm_genvirama.sh │ ├── mm_genzgunivirama.sh │ └── mm_genzguniword.sh ├── mmfs │ ├── myanmar-font-switcher.desktop │ ├── fonts.conf │ └── mmfs ├── tables │ ├── mm-myanmar3.txt │ ├── shn-panglong.txt │ ├── mm-zawgyi.txt │ ├── shn-standard.txt │ └── mm-smart.txt └── icons │ ├── mm-myanmar3.svg │ └── mm-zawgyi.svg ├── makefile ├── README.md ├── OFL-Pyidaungsu.txt └── OFL-Tharlon.txt /src/fonts/mm3.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naingyeminn/mm-kb/HEAD/src/fonts/mm3.ttf -------------------------------------------------------------------------------- /src/AlphaZawgyi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naingyeminn/mm-kb/HEAD/src/AlphaZawgyi.jpg -------------------------------------------------------------------------------- /src/fonts/mon3.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naingyeminn/mm-kb/HEAD/src/fonts/mon3.ttf -------------------------------------------------------------------------------- /src/fonts/tharlon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naingyeminn/mm-kb/HEAD/src/fonts/tharlon.ttf -------------------------------------------------------------------------------- /src/fonts/Ours-Unicode.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naingyeminn/mm-kb/HEAD/src/fonts/Ours-Unicode.ttf -------------------------------------------------------------------------------- /src/fonts/Tharlon-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naingyeminn/mm-kb/HEAD/src/fonts/Tharlon-Regular.ttf -------------------------------------------------------------------------------- /src/fonts/Pyidaungsu-2.5.3_Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naingyeminn/mm-kb/HEAD/src/fonts/Pyidaungsu-2.5.3_Bold.ttf -------------------------------------------------------------------------------- /src/fonts/mmrCensus.v4.sh.mif.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naingyeminn/mm-kb/HEAD/src/fonts/mmrCensus.v4.sh.mif.ttf -------------------------------------------------------------------------------- /src/fonts/NotoSansMyanmar-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naingyeminn/mm-kb/HEAD/src/fonts/NotoSansMyanmar-Regular.ttf -------------------------------------------------------------------------------- /src/fonts/Pyidaungsu-2.5.3_Numbers.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naingyeminn/mm-kb/HEAD/src/fonts/Pyidaungsu-2.5.3_Numbers.ttf -------------------------------------------------------------------------------- /src/fonts/Pyidaungsu-2.5.3_Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naingyeminn/mm-kb/HEAD/src/fonts/Pyidaungsu-2.5.3_Regular.ttf -------------------------------------------------------------------------------- /src/scripts/virama_super.txt: -------------------------------------------------------------------------------- 1 | u က 2 | : ဂ 3 | p စ 4 | Z ဇ 5 | P ဏ 6 | w တ 7 | K ဒ 8 | L ဓ 9 | e န 10 | y ပ 11 | A ဗ 12 | r မ 13 | # ဋ 14 | ! ဍ 15 | -------------------------------------------------------------------------------- /src/scripts/zgvirama_super.txt: -------------------------------------------------------------------------------- 1 | u က 2 | * ဂ 3 | p စ 4 | Z ဇ 5 | # ဋ 6 | ! ဍ 7 | P ဏ 8 | w တ 9 | ' ဒ 10 | " ဓ 11 | e န 12 | y ပ 13 | A ဗ 14 | r မ 15 | -------------------------------------------------------------------------------- /src/scripts/virama_sub.txt: -------------------------------------------------------------------------------- 1 | u က 2 | c ခ 3 | : ဂ 4 | C ဃ 5 | p စ 6 | q ဆ 7 | Z ဇ 8 | # ဋ 9 | X ဌ 10 | ! ဍ 11 | ~ ဎ 12 | P ဏ 13 | w တ 14 | x ထ 15 | K ဒ 16 | L ဓ 17 | e န 18 | y ပ 19 | z ဖ 20 | A ဗ 21 | b ဘ 22 | r မ 23 | B ယ 24 | v လ 25 | o သ 26 | [ ဟ 27 | -------------------------------------------------------------------------------- /src/scripts/zgvirama_sub.txt: -------------------------------------------------------------------------------- 1 | u က 2 | c ခ 3 | * ဂ 4 | C ဃ 5 | p စ 6 | q ဆ 7 | Z ဇ 8 | # ဋ 9 | X ဌ 10 | ! ဍ 11 | `1 ဎ 12 | P ဏ 13 | w တ 14 | x ထ 15 | ' ဒ 16 | " ဓ 17 | e န 18 | y ပ 19 | z ဖ 20 | A ဗ 21 | b ဘ 22 | r မ 23 | , ယ 24 | v လ 25 | o သ 26 | [ ဟ 27 | -------------------------------------------------------------------------------- /src/scripts/mm_zguni_list.txt: -------------------------------------------------------------------------------- 1 | u က 2 | c ခ 3 | * ဂ 4 | C ဃ 5 | i င 6 | p စ 7 | q ဆ 8 | Z ဇ 9 | P ဏ 10 | w တ 11 | x ထ 12 | ' ဒ 13 | " ဓ 14 | e န 15 | y ပ 16 | z ဖ 17 | A ဗ 18 | b ဘ 19 | r မ 20 | , ယ 21 | & ရ 22 | v လ 23 | < ဝ 24 | o သ 25 | [ ဟ 26 | t အ 27 | { ဧ 28 | `o ဿ 29 | -------------------------------------------------------------------------------- /src/scripts/mm_char_medials.txt: -------------------------------------------------------------------------------- 1 | u က 2 | c ခ 3 | : ဂ 4 | C ဃ 5 | i င 6 | p စ 7 | q ဆ 8 | Z ဇ 9 | n ည 10 | N ဉ 11 | ~ ဎ 12 | P ဏ 13 | w တ 14 | x ထ 15 | K ဒ 16 | L ဓ 17 | e န 18 | y ပ 19 | z ဖ 20 | A ဗ 21 | b ဘ 22 | r မ 23 | B ယ 24 | & ရ 25 | v လ 26 | W ဝ 27 | o သ 28 | [ ဟ 29 | t အ 30 | { ဧ 31 | O ဿ 32 | -------------------------------------------------------------------------------- /src/mmfs/myanmar-font-switcher.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Myanmar Font Switcher 3 | Comment=Change Myanmar fonts as System Fallback Font 4 | Keywords=fonts;switcher;myanmar;unicode; 5 | Icon=preferences-desktop-font 6 | Exec=mmfs %u 7 | Terminal=false 8 | Type=Application 9 | StartupNotify=true 10 | Categories=GTK;GNOME;Utility; 11 | -------------------------------------------------------------------------------- /src/scripts/mm_char_list.txt: -------------------------------------------------------------------------------- 1 | u က 2 | c ခ 3 | : ဂ 4 | C ဃ 5 | i င 6 | p စ 7 | q ဆ 8 | Z ဇ 9 | Q ဈ 10 | n ည 11 | N ဉ 12 | # ဋ 13 | X ဌ 14 | ! ဍ 15 | ~ ဎ 16 | P ဏ 17 | w တ 18 | x ထ 19 | K ဒ 20 | L ဓ 21 | e န 22 | y ပ 23 | z ဖ 24 | A ဗ 25 | b ဘ 26 | r မ 27 | B ယ 28 | & ရ 29 | v လ 30 | W ဝ 31 | o သ 32 | [ ဟ 33 | V ဠ 34 | t အ 35 | U ဥ 36 | ] ဩ 37 | { ဧ 38 | O ဿ 39 | -------------------------------------------------------------------------------- /src/scripts/mm_zguni_full.txt: -------------------------------------------------------------------------------- 1 | u က 2 | c ခ 3 | * ဂ 4 | C ဃ 5 | i င 6 | p စ 7 | q ဆ 8 | Z ဇ 9 | `a ဈ 10 | n ည 11 | ~u ဉ 12 | # ဋ 13 | X ဌ 14 | ! ဍ 15 | `1 ဎ 16 | P ဏ 17 | w တ 18 | x ထ 19 | ' ဒ 20 | " ဓ 21 | e န 22 | y ပ 23 | z ဖ 24 | A ဗ 25 | b ဘ 26 | r မ 27 | , ယ 28 | & ရ 29 | v လ 30 | < ဝ 31 | o သ 32 | [ ဟ 33 | V ဠ 34 | t အ 35 | O ဥ 36 | { ဧ 37 | `5 ဩ 38 | `o ဿ 39 | -------------------------------------------------------------------------------- /src/mmfs/fonts.conf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | my 5 | 6 | Pyidaungsu 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/scripts/mm_genword.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | pre_keys=a 4 | 5 | code_list=('s=ျေ' 'j=ြေ' 'G=ွေ' 'S=ှေ' 'sG=ျွေ' 'jG=ြွေ' 'sS=ျှေ' 'jS=ြှေ' 'sGS=ျွှေ' 'jGS=ြွှေ' 'GS=ွှေ') 6 | 7 | test -f word_out.txt && rm word_out.txt 8 | 9 | for key_map in "${code_list[@]}"; do 10 | freq=500 11 | post_codes="${key_map##*=}" 12 | post_keys="${key_map%%=*}" 13 | while IFS=$'\t' read -r key code 14 | do 15 | echo -e "${pre_keys}${key}$post_keys\t${code}${post_codes}\t$freq" >> word_out.txt 16 | ((freq--)) 17 | done < mm_char_medials.txt 18 | done 19 | -------------------------------------------------------------------------------- /src/scripts/mm_genvirama.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | pre_keys=a 4 | pre_codes=္ 5 | 6 | code_list=('=ေ' 'j=ြေ') 7 | 8 | test -f word_out.txt && rm word_out.txt 9 | for key_map in "${code_list[@]}"; do 10 | post_codes="${key_map##*=}" 11 | post_keys="${key_map%%=*}" 12 | while IFS=$'\t' read -r key1 code1 13 | do 14 | freq=300 15 | while read -r key2 code2 16 | do 17 | echo -e "${pre_keys}${key1}F${key2}${post_keys}\t${code1}${pre_codes}${code2}${post_codes}\t${freq}" >> word_out.txt 18 | ((freq--)) 19 | done < virama_sub.txt 20 | done < virama_super.txt 21 | done 22 | -------------------------------------------------------------------------------- /src/scripts/mm_genzgunivirama.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #pre_keys=a 4 | virama=္ 5 | virama_key='`' 6 | 7 | code_list=('=') 8 | #code_list=('=ေ' 'j=ြေ' 'M=ြေ' 'N=ြေ' 'B=ြေ' '`j=ြေ' '~j=ြေ' '`M=ြေ' '~M=ြေ') 9 | freq=500 10 | 11 | test -f word_out.txt && rm word_out.txt 12 | for key_map in "${code_list[@]}"; do 13 | post_codes="${key_map##*=}" 14 | post_keys="${key_map%%=*}" 15 | while IFS=$'\t' read -r key1 code1 16 | do 17 | while read -r key2 code2 18 | do 19 | echo -e "${pre_keys}${post_keys}${key1}${virama_key}${key2}\t${code1}${virama}${code2}${post_codes}\t${freq}" >> word_out.txt 20 | done < zgvirama_sub.txt 21 | done < zgvirama_super.txt 22 | ((freq--)) 23 | done 24 | -------------------------------------------------------------------------------- /makefile: -------------------------------------------------------------------------------- 1 | install: uninstall 2 | ibus-table-createdb -n /usr/share/ibus-table/tables/mm-myanmar3.db -s ./src/tables/mm-myanmar3.txt 3 | ibus-table-createdb -n /usr/share/ibus-table/tables/mm-smart.db -s ./src/tables/mm-smart.txt 4 | ibus-table-createdb -n /usr/share/ibus-table/tables/mm-zawgyi.db -s ./src/tables/mm-zawgyi.txt 5 | ibus-table-createdb -n /usr/share/ibus-table/tables/mm-zawnicode.db -s ./src/tables/mm-zawnicode.txt 6 | ibus-table-createdb -n /usr/share/ibus-table/tables/shn-standard.db -s ./src/tables/shn-standard.txt 7 | ibus-table-createdb -n /usr/share/ibus-table/tables/shn-panglong.db -s ./src/tables/shn-panglong.txt 8 | cp -fv ./src/icons/*.svg /usr/share/ibus-table/icons 9 | test -d /usr/share/fonts/mm || mkdir -p /usr/share/fonts/mm && cp ./src/fonts/*.ttf /usr/share/fonts/mm 10 | test -d /usr/share/mmfs || mkdir -p /usr/share/mmfs && cp ./src/mmfs/* /usr/share/mmfs/ 11 | ln -s /usr/share/mmfs/mmfs /usr/local/bin/mmfs 12 | cp ./src/mmfs/myanmar-font-switcher.desktop /usr/share/applications/ 13 | 14 | uninstall: 15 | rm -fv /usr/share/ibus-table/tables/mm* 16 | rm -fv /usr/share/ibus-table/tables/shn* 17 | rm -fv /usr/share/ibus-table/icons/mm-myanmar3.svg 18 | rm -fv /usr/share/ibus-table/icons/mm-zawgyi.svg 19 | rm -rfv /usr/share/fonts/mm 20 | rm -rfv /usr/share/mmfs 21 | rm -fv /usr/share/applications/myanmar-font-switcher.desktop 22 | rm -fv /usr/local/bin/mmfs 23 | rm -fv ~/.config/fontconfig/fonts.conf 24 | 25 | .PHONY: install uninstall 26 | -------------------------------------------------------------------------------- /src/mmfs/mmfs: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | CONFIG=~/.config/fontconfig/fonts.conf 3 | ##find out what's the current font and update the radio list with the current font checked on app start 4 | declare -a checkList=(Myanmar3 5 | Pyidaungsu 6 | Ours-Unicode 7 | TharLon 8 | Noto\ Sans\ Myanmar 9 | Myanmar\ Census 10 | MON3\ Anonta\ 1) 11 | 12 | for i in "${!checkList[@]}" 13 | do 14 | ##check the current font in fontconfig 15 | if grep -q "${checkList[$i]}" "$CONFIG"; then 16 | checkList[$i]=true ##update the list with the current font checked 17 | fi 18 | done 19 | 20 | FONT=$( zenity --list --radiolist --title="Myanmar Font Switcher" --width=100 --height=300 2> /dev/null --text="Choose a System Fallback Font you like..." --column="Check:" --column="Font Name:" "${checkList[0]}" "Myanmar3" "${checkList[1]}" "Pyidaungsu" "${checkList[2]}" "Ours-Unicode" "${checkList[3]}" "TharLon" "${checkList[4]}" "Noto Sans Myanmar" "${checkList[5]}" "Myanmar Census" "${checkList[6]}" "MON3 Anonta 1") 21 | 22 | if [[ $FONT ]]; then 23 | if [ -f ~/.fonts.conf ]; then 24 | rm ~/.fonts.conf 25 | cp /usr/share/mmfs/fonts.conf $CONFIG 26 | echo ".fonts.conf is deprecated. Replaced new config in .config/fontconfig" 27 | fi 28 | if [ ! -f $CONFIG ]; then 29 | mkdir -p ~/.config/fontconfig 30 | cp /usr/share/mmfs/fonts.conf $CONFIG 31 | echo "Found no config. Created new." 32 | fi 33 | sed -i "s/Myanmar3/$FONT/g" $CONFIG 34 | sed -i "s/Pyidaungsu/$FONT/g" $CONFIG 35 | sed -i "s/Ours-Unicode/$FONT/g" $CONFIG 36 | sed -i "s/TharLon/$FONT/g" $CONFIG 37 | sed -i "s/Noto Sans Myanmar/$FONT/g" $CONFIG 38 | sed -i "s/Myanmar Census/$FONT/g" $CONFIG 39 | sed -i "s/MON3 Anonta 1/$FONT/g" $CONFIG 40 | fi 41 | -------------------------------------------------------------------------------- /src/scripts/mm_genzguniword.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | pre_keys=a 4 | 5 | #code_list=('=ေ') 6 | 7 | #code_list=('s=ျ' 'G=ွ' 'S=ှ' 'R=ျွ' 'sG=ျွ' 'sS=ျှ' 'Q=ျှ' 'sGS=ျွှ' 'W=ျွှ') 8 | 9 | #code_list=('s=ျ' 'j=ြ' 'M=ြ' 'N=ြ' 'B=ြ' '`j=ြ' '~j=ြ' '`M=ြ' '~M=ြ' 'G=ွ' 'S=ှ' 'R=ျွ' 'sG=ျွ' 'jG=ြွ' 'MG=ြွ' 'NG=ြွ' 'BG=ြွ' '`jG=ြွ' '~jG=ြွ' '`MG=ြွ' '~MG=ြွ' 'sS=ျှ' 'Q=ျှ' 'jS=ြှ' 'MS=ြှ' 'NS=ြှ' 'BS=ြှ' '`jS=ြှ' '~jS=ြှ' '`MS=ြှ' '~MS=ြှ' 'sGS=ျွှ' 'W=ျွှ' 'jGS=ြွှ' 'MGS=ြွှ' 'NGS=ြွှ' 'BGS=ြွှ' '`jGS=ြွှ' '~jGS=ြွှ' '`MGS=ြွှ' '~MGS=ြွှ' 'GS=ွှ') 10 | 11 | code_list=('=ေ' 's=ျေ' 'j=ြေ' 'M=ြေ' 'N=ြေ' 'B=ြေ' '`j=ြေ' '~j=ြေ' '`M=ြေ' '~M=ြေ' 'G=ွေ' 'S=ှေ' 'R=ျွေ' 'sG=ျွေ' 'jG=ြွေ' 'MG=ြွေ' 'NG=ြွေ' 'BG=ြွေ' '`jG=ြွေ' '~jG=ြွေ' '`MG=ြွေ' '~MG=ြွေ' 'sS=ျှေ' 'Q=ျှေ' 'jS=ြှေ' 'MS=ြှေ' 'NS=ြှေ' 'BS=ြှေ' '`jS=ြှေ' '~jS=ြှေ' '`MS=ြှေ' '~MS=ြှေ' 'sGS=ျွှေ' 'W=ျွှေ' 'jGS=ြွှေ' 'MGS=ြွှေ' 'NGS=ြွှေ' 'BGS=ြွှေ' '`jGS=ြွှေ' '~jGS=ြွှေ' '`MGS=ြွှေ' '~MGS=ြွှေ' 'GS=ွှေ' 'T=ွှေ') 12 | 13 | #code_list=('j=ြ' 'M=ြ' 'N=ြ' 'B=ြ' '`j=ြ' '~j=ြ' '`M=ြ' '~M=ြ' 'sG=ျွ' 'jG=ြွ' 'MG=ြွ' 'NG=ြွ' 'BG=ြွ' '`jG=ြွ' '~jG=ြွ' '`MG=ြွ' '~MG=ြွ' 'jS=ြှ' 'MS=ြှ' 'NS=ြှ' 'BS=ြှ' '`jS=ြှ' '~jS=ြှ' '`MS=ြှ' '~MS=ြှ' 'jGS=ြွှ' 'MGS=ြွှ' 'NGS=ြွှ' 'BGS=ြွှ' '`jGS=ြွှ' '~jGS=ြွှ' '`MGS=ြွှ' '~MGS=ြွှ') 14 | 15 | test -f word_out.txt && rm word_out.txt 16 | 17 | freq=900 18 | for key_map in "${code_list[@]}"; do 19 | post_codes="${key_map##*=}" 20 | post_keys="${key_map%%=*}" 21 | while IFS=$'\t' read -r key code 22 | do 23 | if [[ $post_keys =~ [jMNB] ]]; then 24 | jMNB=$(echo $post_keys | grep -o -e '[jMNB]') 25 | echo -e "${pre_keys}${post_keys%%$jMNB*}${jMNB}${key}${post_keys##*$jMNB}\t${code}${post_codes}\t${freq}" >> word_out.txt 26 | #echo -e "${pre_keys}${post_keys%%$jMNB*}${jMNB}${key}F${post_keys##*$jMNB}\tင်္${code}${post_codes}\t${freq}" >> word_out.txt 27 | else 28 | echo -e "${pre_keys}${key}$post_keys\t${code}${post_codes}\t${freq}" >> word_out.txt 29 | #echo -e "${pre_keys}${key}F$post_keys\tင်္${code}${post_codes}\t${freq}" >> word_out.txt 30 | fi 31 | done < mm_zguni_list.txt 32 | ((freq--)) 33 | done 34 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Myanmar Keyboards 2 | ================= 3 | 4 | ## Introduction 5 | 6 | - This package contains two types of Burmese Keyboard, Unicode and ZawGyi-One. 7 | 8 | ## Installation 9 | 10 | - Type the following command one after another. 11 | ``` 12 | $ mm_kb=https://github.com/naingyeminn/mm-kb/archive/master.zip 13 | $ wget $mm_kb 2> /dev/null || curl -OL $mm_kb 14 | $ unzip master.zip 15 | $ cd mm-kb-master 16 | $ sudo apt install make ibus-table -y 17 | $ sudo make install 18 | $ ibus-daemon -rdx 19 | $ im-config -n ibus 20 | $ mmfs 21 | ``` 22 | 23 | **Or** 24 | 25 | One-line installation 26 | 27 | ``` 28 | bash <(wget -qO - http://tiny.cc/mm-kb-install 2> /dev/null || curl -L http://tiny.cc/mm-kb-install) 29 | ``` 30 | 31 | Now you can add the keyboard as follow. 32 | 33 | - Go to **Settings > Region & Language** 34 | 35 | - Click on **"+"** button and search **Burmese** input. You will see Burmese, Burmese (mm-smart), Burmese (mm-myanmar3), and Burmese (mm-zawgyi). 36 | 37 | - **Burmese (mm-myanmar3)**, **Burmese (mm-smart)**, and **Burmese (mm-zawnicode)** are for ***Unicode*** input and **Burmese (mm-zawgyi)** is for ***ZawGyi-One*** input. **mm-zawnicode** is the ***Unicode*** input with **ZawGyi-One** keyboard layout. 38 | 39 | - Now you can change keyboard layout by pressing (**Super + Space**) key. 40 | 41 | - Whatever you are using, **Burmese (mm-myanmar3 / mm-smart / mm-zawnicode)** or **Burmese (mm-zawgyi)**, you can switch between Burmese and English input by a single press of **Left Shift** key. 42 | 43 | - **Shan (shn-standard)** and **Shan (shn-panglong)** inputs are also included and can be fond under **Others** input group using search. 44 | 45 | ## Changing System Fallback Font 46 | 47 | After installation, your system font will be changed into **ZawGyi-One**. If you want to switch to **Unicode** fonts, search **Myanmar Font Switcher** by clicking the grid button at the bottom of the dash and run it. You can change the font you want in there. 48 | 49 | ## Installation on Ubuntu 18.04 LTS (Video) 50 | [![mm-kb Installation on Ubuntu 18.04 LTS](https://img.youtube.com/vi/LGDopj6D6PI/0.jpg)](https://www.youtube.com/watch?v=LGDopj6D6PI) 51 | 52 | ## Uninstallation 53 | ``` 54 | $ cd mm-kb-master 55 | $ sudo make uninstall 56 | ``` 57 | 58 | ## Contact 59 | 60 | ``` 61 | Naing Ye` Minn 62 | naingyeminn@gmail.com 63 | website : http://naingyeminn.com 64 | ``` 65 | 66 | ## Acknowledgement 67 | 68 | Thank you for your input and solution for Zawgyi Layout issue, Bro [Kaung Mon Htay](https://github.com/kaiz16). 69 | -------------------------------------------------------------------------------- /OFL-Pyidaungsu.txt: -------------------------------------------------------------------------------- 1 | Pyidaungsu Version 2.053 2 | Copyright (c) 2014 by MCF. All rights reserved. 3 | 4 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 5 | This license is copied below, and is also available with a FAQ at: 6 | http://scripts.sil.org/OFL 7 | 8 | 9 | ----------------------------------------------------------- 10 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 11 | ----------------------------------------------------------- 12 | 13 | PREAMBLE 14 | The goals of the Open Font License (OFL) are to stimulate worldwide 15 | development of collaborative font projects, to support the font creation 16 | efforts of academic and linguistic communities, and to provide a free and 17 | open framework in which fonts may be shared and improved in partnership 18 | with others. 19 | 20 | The OFL allows the licensed fonts to be used, studied, modified and 21 | redistributed freely as long as they are not sold by themselves. The 22 | fonts, including any derivative works, can be bundled, embedded, 23 | redistributed and/or sold with any software provided that any reserved 24 | names are not used by derivative works. The fonts and derivatives, 25 | however, cannot be released under any other type of license. The 26 | requirement for fonts to remain under this license does not apply 27 | to any document created using the fonts or their derivatives. 28 | 29 | DEFINITIONS 30 | "Font Software" refers to the set of files released by the Copyright 31 | Holder(s) under this license and clearly marked as such. This may 32 | include source files, build scripts and documentation. 33 | 34 | "Reserved Font Name" refers to any names specified as such after the 35 | copyright statement(s). 36 | 37 | "Original Version" refers to the collection of Font Software components as 38 | distributed by the Copyright Holder(s). 39 | 40 | "Modified Version" refers to any derivative made by adding to, deleting, 41 | or substituting -- in part or in whole -- any of the components of the 42 | Original Version, by changing formats or by porting the Font Software to a 43 | new environment. 44 | 45 | "Author" refers to any designer, engineer, programmer, technical 46 | writer or other person who contributed to the Font Software. 47 | 48 | PERMISSION & CONDITIONS 49 | Permission is hereby granted, free of charge, to any person obtaining 50 | a copy of the Font Software, to use, study, copy, merge, embed, modify, 51 | redistribute, and sell modified and unmodified copies of the Font 52 | Software, subject to the following conditions: 53 | 54 | 1) Neither the Font Software nor any of its individual components, 55 | in Original or Modified Versions, may be sold by itself. 56 | 57 | 2) Original or Modified Versions of the Font Software may be bundled, 58 | redistributed and/or sold with any software, provided that each copy 59 | contains the above copyright notice and this license. These can be 60 | included either as stand-alone text files, human-readable headers or 61 | in the appropriate machine-readable metadata fields within text or 62 | binary files as long as those fields can be easily viewed by the user. 63 | 64 | 3) No Modified Version of the Font Software may use the Reserved Font 65 | Name(s) unless explicit written permission is granted by the corresponding 66 | Copyright Holder. This restriction only applies to the primary font name as 67 | presented to the users. 68 | 69 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 70 | Software shall not be used to promote, endorse or advertise any 71 | Modified Version, except to acknowledge the contribution(s) of the 72 | Copyright Holder(s) and the Author(s) or with their explicit written 73 | permission. 74 | 75 | 5) The Font Software, modified or unmodified, in part or in whole, 76 | must be distributed entirely under this license, and must not be 77 | distributed under any other license. The requirement for fonts to 78 | remain under this license does not apply to any document created 79 | using the Font Software. 80 | 81 | TERMINATION 82 | This license becomes null and void if any of the above conditions are 83 | not met. 84 | 85 | DISCLAIMER 86 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 87 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 88 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 89 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 90 | COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 91 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 92 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 93 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 94 | OTHER DEALINGS IN THE FONT SOFTWARE. 95 | -------------------------------------------------------------------------------- /OFL-Tharlon.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2010-2012, Sai Zin Di Di Zone (www.yunghkio.com/unicode|saiddzone@gmail.com), with Reserved Font Name 'Yunghkio'. Copyright (c) 2012, Google, Inc (http://code.google.com/p/googlefontdirectory/), with Reserved Font Name 'Arimo'. Copyright (c) 2012, Sun Tun, Ngwe Tun, Solveware Solution (http://code.google.com/p/tharlon-font|info@parabaik.info), with Reserved Font Name 'TharLon'. 2 | 3 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 4 | This license is copied below, and is also available with a FAQ at: 5 | http://scripts.sil.org/OFL 6 | 7 | 8 | ----------------------------------------------------------- 9 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 10 | ----------------------------------------------------------- 11 | 12 | PREAMBLE 13 | The goals of the Open Font License (OFL) are to stimulate worldwide 14 | development of collaborative font projects, to support the font creation 15 | efforts of academic and linguistic communities, and to provide a free and 16 | open framework in which fonts may be shared and improved in partnership 17 | with others. 18 | 19 | The OFL allows the licensed fonts to be used, studied, modified and 20 | redistributed freely as long as they are not sold by themselves. The 21 | fonts, including any derivative works, can be bundled, embedded, 22 | redistributed and/or sold with any software provided that any reserved 23 | names are not used by derivative works. The fonts and derivatives, 24 | however, cannot be released under any other type of license. The 25 | requirement for fonts to remain under this license does not apply 26 | to any document created using the fonts or their derivatives. 27 | 28 | DEFINITIONS 29 | "Font Software" refers to the set of files released by the Copyright 30 | Holder(s) under this license and clearly marked as such. This may 31 | include source files, build scripts and documentation. 32 | 33 | "Reserved Font Name" refers to any names specified as such after the 34 | copyright statement(s). 35 | 36 | "Original Version" refers to the collection of Font Software components as 37 | distributed by the Copyright Holder(s). 38 | 39 | "Modified Version" refers to any derivative made by adding to, deleting, 40 | or substituting -- in part or in whole -- any of the components of the 41 | Original Version, by changing formats or by porting the Font Software to a 42 | new environment. 43 | 44 | "Author" refers to any designer, engineer, programmer, technical 45 | writer or other person who contributed to the Font Software. 46 | 47 | PERMISSION & CONDITIONS 48 | Permission is hereby granted, free of charge, to any person obtaining 49 | a copy of the Font Software, to use, study, copy, merge, embed, modify, 50 | redistribute, and sell modified and unmodified copies of the Font 51 | Software, subject to the following conditions: 52 | 53 | 1) Neither the Font Software nor any of its individual components, 54 | in Original or Modified Versions, may be sold by itself. 55 | 56 | 2) Original or Modified Versions of the Font Software may be bundled, 57 | redistributed and/or sold with any software, provided that each copy 58 | contains the above copyright notice and this license. These can be 59 | included either as stand-alone text files, human-readable headers or 60 | in the appropriate machine-readable metadata fields within text or 61 | binary files as long as those fields can be easily viewed by the user. 62 | 63 | 3) No Modified Version of the Font Software may use the Reserved Font 64 | Name(s) unless explicit written permission is granted by the corresponding 65 | Copyright Holder. This restriction only applies to the primary font name as 66 | presented to the users. 67 | 68 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 69 | Software shall not be used to promote, endorse or advertise any 70 | Modified Version, except to acknowledge the contribution(s) of the 71 | Copyright Holder(s) and the Author(s) or with their explicit written 72 | permission. 73 | 74 | 5) The Font Software, modified or unmodified, in part or in whole, 75 | must be distributed entirely under this license, and must not be 76 | distributed under any other license. The requirement for fonts to 77 | remain under this license does not apply to any document created 78 | using the Font Software. 79 | 80 | TERMINATION 81 | This license becomes null and void if any of the above conditions are 82 | not met. 83 | 84 | DISCLAIMER 85 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 86 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 87 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 88 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 89 | COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 90 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 91 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 92 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 93 | OTHER DEALINGS IN THE FONT SOFTWARE. 94 | -------------------------------------------------------------------------------- /src/tables/mm-myanmar3.txt: -------------------------------------------------------------------------------- 1 | ### File header must not be modified 2 | ### This file must be encoded into UTF-8. 3 | ### This file comes from xcin module. 4 | SCIM_Generic_Table_Phrase_Library_TEXT 5 | VERSION_1_0 6 | 7 | ### Begin Table definition. 8 | BEGIN_DEFINITION 9 | 10 | ### An unique id to distinguish this table among others. 11 | ### Use uuidgen to generate this kind of id. 12 | UUID = e6ec273b-a1ba-402a-89d2-64fec1f9902e 13 | 14 | ### A unique number indicates the version of this file. 15 | ### For example the last modified date of this file. 16 | ### This number must be less than 2^32. 17 | SERIAL_NUMBER = 20100301 18 | 19 | ICON = mm-myanmar3.svg 20 | 21 | ### The default name of this table 22 | NAME = mm3 23 | 24 | ### The local names of this table 25 | ### NAME.my_MM = 26 | 27 | ### Supported languages of this table 28 | LANGUAGES = my_MM 29 | 30 | ### The author of this table 31 | AUTHOR = Naing Ye Minn 32 | 33 | ### Prompt string to be displayed in the status area. 34 | STATUS_PROMPT = MM 35 | 36 | ### If true then the first candidate phrase 37 | ### will be selected automatically during inputing. 38 | AUTO_SELECT = TRUE 39 | 40 | ### If true then a multi wildcard will be appended 41 | ### at the end of inputing string automatically. 42 | AUTO_WILDCARD = FALSE 43 | 44 | ### If true then the result string will be committed to client automatically. 45 | ### This should be used with AUTO_SELECT = TRUE. 46 | AUTO_COMMIT = TRUE 47 | 48 | ### If true then the inputted string will be automatically splitted during inputing. 49 | AUTO_SPLIT = FALSE 50 | 51 | ### If true then the phrases' frequencies will be adjusted dynamically. 52 | DYNAMIC_ADJUST = FALSE 53 | 54 | ### If true then the preedit area will be filled up by the current candidate phrase automatically. 55 | AUTO_FILL = FALSE 56 | 57 | ### If true then the lookup table will always be shown if there is any candidate phrase. 58 | ### Otherwise the lookup table won't be shown unless the user requires it by moving the preedit caret left. 59 | ALWAYS_SHOW_LOOKUP = FALSE 60 | NEVER_SHOW_LOOKUP = TRUE 61 | ### If true then discard invalid key 62 | DISCARD_INVALID_KEY = FALSE 63 | 64 | ### Use full width punctuation by default 65 | DEF_FULL_WIDTH_PUNCT = FALSE 66 | 67 | ### Use full width letter by default 68 | DEF_FULL_WIDTH_LETTER = FALSE 69 | 70 | ### The maxmium length of a key. 71 | MAX_KEY_LENGTH = 3 72 | 73 | ### Show key prompt if true 74 | SHOW_KEY_PROMPT = TRUE 75 | 76 | ### Discard invalude key if true 77 | DISCARD_INVALID_KEY = FALSE 78 | 79 | ### Valid input chars. 80 | VALID_INPUT_CHARS = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890!@#$%^&*\|[{]};:<>`~ 81 | 82 | ### Whether user are allow to define phrase, default is true 83 | USER_CAN_DEFINE_PHRASE = FALSE 84 | 85 | ### Whether support PinYin Mode, default is true 86 | PINYIN_MODE = FALSE 87 | 88 | ### Single wildcard char, can have multiple chars. 89 | ### SINGLE_WILDCARD_CHAR = ? 90 | 91 | ### Multi wildcard char. 92 | ### MULTI_WILDCARD_CHAR = * 93 | 94 | ### The key strokes to split inputted string. 95 | ### SPLIT_KEYS = Return 96 | 97 | ### The key strokes to commit the convert result to client. 98 | ### COMMIT_KEYS = space 99 | 100 | ### The key strokes to forward the inputted string to client. 101 | ### FORWARD_KEYS = space 102 | 103 | ### The key strokes to select candidiate phrases. 104 | ### SELECT_KEYS = 1,2,3,4,5,6,7,8,9 105 | 106 | ### The key strokes to page up the lookup table. 107 | PAGE_UP_KEYS = Shift+less,Page_Up 108 | 109 | ### The key strokes to page down the lookup table. 110 | PAGE_DOWN_KEYS = Shift+greater,Page_Down 111 | 112 | ### Define the prompts of each valid input char. 113 | BEGIN_CHAR_PROMPTS_DEFINITION 114 | a ေ 115 | b ဘ 116 | c ခ 117 | d ိ 118 | e န 119 | f ် 120 | g ါ 121 | h ့ 122 | i င 123 | j ြ 124 | k ု 125 | l ူ 126 | m ာ 127 | n ည 128 | o သ 129 | p စ 130 | q ဆ 131 | r မ 132 | s ျ 133 | t အ 134 | u က 135 | v လ 136 | w တ 137 | x ထ 138 | y ပ 139 | z ဖ 140 | A ဗ 141 | B ယ 142 | C ဃ 143 | D ီ 144 | E ဣ 145 | F ္ 146 | G ွ 147 | H ံ 148 | I ၍ 149 | J ဲ 150 | K ဒ 151 | L ဓ 152 | M ဦ 153 | N ဉ 154 | O ဿ 155 | P ဏ 156 | Q ဈ 157 | R ၎ 158 | S ှ 159 | T ဤ 160 | U ဥ 161 | V ဠ 162 | W ဝ 163 | X ဌ 164 | Y ၌ 165 | Z ဇ 166 | 1 ၁ 167 | 2 ၂ 168 | 3 ၃ 169 | 4 ၄ 170 | 5 ၅ 171 | 6 ၆ 172 | 7 ၇ 173 | 8 ၈ 174 | 9 ၉ 175 | 0 ၀ 176 | ! ဍ 177 | @ ၒ 178 | # ဋ 179 | $ ၓ 180 | % ၔ 181 | ^ ၕ 182 | & ရ 183 | [ ဟ 184 | ] ဩ 185 | \ ၏ 186 | { ဧ 187 | } ဪ 188 | | ၑ 189 | ; း 190 | : ဂ 191 | < ၊ 192 | > ။ 193 | ` ၐ 194 | ~ ဎ 195 | END_CHAR_PROMPTS_DEFINITION 196 | END_DEFINITION 197 | 198 | ### Begin Table data. 199 | BEGIN_TABLE 200 | a ေ 1000 201 | b ဘ 1000 202 | c ခ 1000 203 | d ိ 1000 204 | e န 1000 205 | f ် 1000 206 | g ါ 1000 207 | h ့ 1000 208 | i င 1000 209 | j ြ 1000 210 | k ု 1000 211 | l ူ 1000 212 | m ာ 1000 213 | n ည 1000 214 | o သ 1000 215 | p စ 1000 216 | q ဆ 1000 217 | r မ 1000 218 | s ျ 1000 219 | t အ 1000 220 | u က 1000 221 | v လ 1000 222 | w တ 1000 223 | x ထ 1000 224 | y ပ 1000 225 | z ဖ 1000 226 | A ဗ 1000 227 | B ယ 1000 228 | C ဃ 1000 229 | D ီ 1000 230 | E ဣ 1000 231 | F ္ 1000 232 | G ွ 1000 233 | H ံ 1000 234 | I ၍ 1000 235 | J ဲ 1000 236 | K ဒ 1000 237 | L ဓ 1000 238 | M ဦ 1000 239 | N ဉ 1000 240 | O ဿ 1000 241 | P ဏ 1000 242 | Q ဈ 1000 243 | R ၎ 1000 244 | S ှ 1000 245 | T ဤ 1000 246 | U ဥ 1000 247 | V ဠ 1000 248 | W ဝ 1000 249 | X ဌ 1000 250 | Y ၌ 1000 251 | Z ဇ 1000 252 | 1 ၁ 1000 253 | 2 ၂ 1000 254 | 3 ၃ 1000 255 | 4 ၄ 1000 256 | 5 ၅ 1000 257 | 6 ၆ 1000 258 | 7 ၇ 1000 259 | 8 ၈ 1000 260 | 9 ၉ 1000 261 | 0 ၀ 1000 262 | ! ဍ 1000 263 | @ ၒ 1000 264 | # ဋ 1000 265 | $ ၓ 1000 266 | % ၔ 1000 267 | ^ ၕ 1000 268 | & ရ 1000 269 | [ ဟ 1000 270 | ] ဩ 1000 271 | \ ၏ 1000 272 | { ဧ 1000 273 | } ဪ 1000 274 | | ၑ 1000 275 | ; း 1000 276 | : ဂ 1000 277 | < ၊ 1000 278 | > ။ 1000 279 | ` ၐ 1000 280 | ~ ဎ 1000 281 | END_TABLE 282 | -------------------------------------------------------------------------------- /src/tables/shn-panglong.txt: -------------------------------------------------------------------------------- 1 | ### File header must not be modified 2 | ### This file must be encoded into UTF-8. 3 | ### This file comes from xcin module. 4 | SCIM_Generic_Table_Phrase_Library_TEXT 5 | VERSION_1_0 6 | 7 | ### Begin Table definition. 8 | BEGIN_DEFINITION 9 | 10 | ### License 11 | LICENSE = LGPL 12 | 13 | ### Created by Naing Ye Minn 14 | 15 | ### An unique id to distinguish this table among others. 16 | ### Use uuidgen to generate this kind of id. 17 | UUID = 4794c56e-4e76-4177-a00b-01d50608677f 18 | 19 | ### A unique number indicates the version of this file. 20 | ### For example the last modified date of this file. 21 | ### This number must be less than 2^32. 22 | SERIAL_NUMBER = 20200513 23 | 24 | ICON = mm-myanmar3.svg 25 | 26 | ### The default name of this table 27 | NAME = shn-panglong 28 | 29 | ### The local names of this table 30 | ### NAME.my_MM = 31 | 32 | ### Supported languages of this table 33 | LANGUAGES = shn_MM 34 | 35 | ### The author of this table 36 | AUTHOR = Naing Ye Minn 37 | 38 | ### Prompt string to be displayed in the status area. 39 | STATUS_PROMPT = MM 40 | 41 | ### The Keyboard Layout used by this table. Unset or set to "Unknown" to accept any kind of layouts. 42 | KEYBOARD_LAYOUT = US_Default 43 | 44 | ### If true then the first candidate phrase 45 | ### will be selected automatically during inputing. 46 | AUTO_SELECT = TRUE 47 | 48 | ### If true then a multi wildcard will be appended 49 | ### at the end of inputing string automatically. 50 | AUTO_WILDCARD = TRUE 51 | 52 | ### If true then the result string will be committed to client automatically. 53 | ### This should be used with AUTO_SELECT = TRUE. 54 | AUTO_COMMIT = TRUE 55 | 56 | ### If true then the inputted string will be automatically splitted during inputing. 57 | AUTO_SPLIT = FALSE 58 | 59 | ### If true then the phrases' frequencies will be adjusted dynamically. 60 | DYNAMIC_ADJUST = FALSE 61 | 62 | ### If true then the preedit area will be filled up by the current candidate phrase automatically. 63 | AUTO_FILL = FALSE 64 | 65 | ### If true then the lookup table will always be shown if there is any candidate phrase. 66 | ### Otherwise the lookup table won't be shown unless the user requires it by moving the preedit caret left. 67 | ALWAYS_SHOW_LOOKUP = FALSE 68 | 69 | ### If true then discard invalid key 70 | DISCARD_INVALID_KEY = FALSE 71 | 72 | ### Use full width punctuation by default 73 | DEF_FULL_WIDTH_PUNCT = FALSE 74 | 75 | ### Use full width letter by default 76 | DEF_FULL_WIDTH_LETTER = FALSE 77 | 78 | ### The maxmium length of a key. 79 | MAX_KEY_LENGTH = 7 80 | 81 | ### Show key prompt if true 82 | SHOW_KEY_PROMPT = TRUE 83 | 84 | ### Discard invalude key if true 85 | DISCARD_INVALID_KEY = FALSE 86 | 87 | ### Valid input chars. 88 | VALID_INPUT_CHARS = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890!@#$%^&*\|[{]};:'",.>`~/? 89 | 90 | ### Single wildcard char, can have multiple chars. 91 | ### SINGLE_WILDCARD_CHAR = ? 92 | 93 | ### Multi wildcard char. 94 | ### MULTI_WILDCARD_CHAR = * 95 | 96 | ### The key strokes to split inputted string. 97 | ### SPLIT_KEYS = Return 98 | 99 | ### The key strokes to commit the convert result to client. 100 | COMMIT_KEYS = space 101 | 102 | ### The key strokes to forward the inputted string to client. 103 | ### FORWARD_KEYS = space 104 | 105 | ### The key strokes to select candidate phrases. 106 | SELECT_KEYS = 1,2,3,4,5,6,7,8,9 107 | 108 | ### The key strokes to page up the lookup table. 109 | PAGE_UP_KEYS = Shift+less,Page_Up,comma,minus 110 | 111 | ### The key strokes to page down the lookup table. 112 | PAGE_DOWN_KEYS = Shift+greater,Page_Down,period,equal,space 113 | 114 | ### Define the prompts of each valid input char. 115 | BEGIN_CHAR_PROMPTS_DEFINITION 116 | a ေ 117 | b ႇ 118 | c ၶ 119 | d ိ 120 | e ၼ 121 | f ် 122 | g ႂ 123 | h ႉ 124 | i င 125 | j ႈ 126 | k ု 127 | l ူ 128 | m ၢ 129 | n ဢ 130 | o သ 131 | p ၺ 132 | q ၸ 133 | r မ 134 | s ျ 135 | t ​ႄ 136 | u ၵ 137 | v လ 138 | w တ 139 | x ထ 140 | y ပ 141 | z ၽ 142 | A ဵ 143 | B ႆ 144 | C ၷ 145 | D ီ 146 | F ႅ 147 | G … 148 | H ံ 149 | M ႃ 150 | O ဝ 151 | P [ 152 | Q ၹ 153 | V ၿ 154 | W ၻ 155 | X ႀ 156 | Y ြ 157 | Z ၾ 158 | 1 ႑ 159 | 2 ႒ 160 | 3 ႓ 161 | 4 ႔ 162 | 5 ႕ 163 | 6 ႖ 164 | 7 ႗ 165 | 8 ႘ 166 | 9 ႙ 167 | 0 ႐ 168 | ! ! 169 | @ @ 170 | # # 171 | $ $ 172 | % % 173 | ^ ^ 174 | & & 175 | * * 176 | ( ( 177 | ) ) 178 | \ ရ 179 | | ႟ 180 | [ ႁ 181 | { > 182 | ; း 183 | ' ႊ 184 | " ႞ 185 | , ယ 186 | . ွ 187 | > ? 188 | ? ၊ 189 | / ။ 190 | ` ` 191 | END_CHAR_PROMPTS_DEFINITION 192 | END_DEFINITION 193 | 194 | ### Begin Table data. 195 | BEGIN_TABLE 196 | au ၵေ 500 197 | aus ၵျေ 500 198 | ac ၶေ 499 199 | ai ငေ 498 200 | aq ၸေ 497 201 | ao သေ 496 202 | ap ၺေ 495 203 | aw တေ 494 204 | awY တြေ 494 205 | ax ထေ 493 206 | ae ၼေ 492 207 | ay ပေ 491 208 | az ၽေ 490 209 | aZ ၾေ 489 210 | ar မေ 488 211 | a, ယေ 487 212 | a\ ရေ 486 213 | av လေ 485 214 | aO ဝေ 484 215 | a[ ႁေ 483 216 | an ဢေ 482 217 | tu ၵႄ 500 218 | tc ၶႄ 499 219 | ti ငႄ 498 220 | tq ၸႄ 497 221 | to သႄ 496 222 | tp ၺႄ 495 223 | tw တႄ 494 224 | tx ထႄ 493 225 | te ၼႄ 492 226 | ty ပႄ 491 227 | tz ၽႄ 490 228 | tZ ၾႄ 489 229 | tr မႄ 488 230 | t, ယႄ 487 231 | t\ ရႄ 486 232 | tv လႄ 485 233 | tO ဝႄ 484 234 | t[ ႁႄ 483 235 | tn ဢႄ 482 236 | a ေ 1000 237 | b ႇ 1000 238 | c ၶ 1000 239 | d ိ 1000 240 | e ၼ 1000 241 | f ် 1000 242 | g ႂ 1000 243 | h ႉ 1000 244 | i င 1000 245 | j ႈ 1000 246 | k ု 1000 247 | l ူ 1000 248 | m ၢ 1000 249 | n ဢ 1000 250 | o သ 1000 251 | p ၺ 1000 252 | q ၸ 1000 253 | r မ 1000 254 | s ျ 1000 255 | t ​ႄ 1000 256 | u ၵ 1000 257 | v လ 1000 258 | w တ 1000 259 | x ထ 1000 260 | y ပ 1000 261 | z ၽ 1000 262 | A ဵ 1000 263 | B ႆ 1000 264 | C ၷ 1000 265 | D ီ 1000 266 | F ႅ 1000 267 | G … 1000 268 | H ံ 1000 269 | M ႃ 1000 270 | O ဝ 1000 271 | P [ 1000 272 | Q ၹ 1000 273 | V ၿ 1000 274 | W ၻ 1000 275 | X ႀ 1000 276 | Y ြ 1000 277 | Z ၾ 1000 278 | 1 ႑ 1000 279 | 2 ႒ 1000 280 | 3 ႓ 1000 281 | 4 ႔ 1000 282 | 5 ႕ 1000 283 | 6 ႖ 1000 284 | 7 ႗ 1000 285 | 8 ႘ 1000 286 | 9 ႙ 1000 287 | 0 ႐ 1000 288 | ! ! 1000 289 | @ @ 1000 290 | # # 1000 291 | $ $ 1000 292 | % % 1000 293 | ^ ^ 1000 294 | & & 1000 295 | * * 1000 296 | ( ( 1000 297 | ) ) 1000 298 | \ ရ 1000 299 | | ႟ 1000 300 | [ ႁ 1000 301 | { > 1000 302 | ; း 1000 303 | ' ႊ 1000 304 | " ႞ 1000 305 | , ယ 1000 306 | . ွ 1000 307 | > ? 1000 308 | ? ၊ 1000 309 | / ။ 1000 310 | ` ` 1000 311 | END_TABLE -------------------------------------------------------------------------------- /src/tables/mm-zawgyi.txt: -------------------------------------------------------------------------------- 1 | ### File header must not be modified 2 | ### This file must be encoded into UTF-8. 3 | ### This file comes from xcin module. 4 | SCIM_Generic_Table_Phrase_Library_TEXT 5 | VERSION_1_0 6 | 7 | ### Begin Table definition. 8 | BEGIN_DEFINITION 9 | 10 | ### An unique id to distinguish this table among others. 11 | ### Use uuidgen to generate this kind of id. 12 | UUID = e6ec273b-a1ba-402a-89d2-64fec1f9902e 13 | 14 | ### A unique number indicates the version of this file. 15 | ### For example the last modified date of this file. 16 | ### This number must be less than 2^32. 17 | SERIAL_NUMBER = 20100301 18 | 19 | ICON = mm-zawgyi.svg 20 | 21 | ### The default name of this table 22 | NAME = mm-zawgyi 23 | 24 | ### The local names of this table 25 | ### NAME.my_MM = 26 | 27 | ### Supported languages of this table 28 | LANGUAGES = my_MM 29 | 30 | ### The author of this table 31 | AUTHOR = Thura Hlaing 32 | 33 | ### Maintained by Naing Ye Minn 34 | 35 | ### The symbol to be displayed in IM switchers 36 | SYMBOL = zg 37 | 38 | ### Prompt string to be displayed in the status area. 39 | STATUS_PROMPT = MM 40 | 41 | ### If true then the first candidate phrase 42 | ### will be selected automatically during inputing. 43 | AUTO_SELECT = TRUE 44 | 45 | ### If true then a multi wildcard will be appended 46 | ### at the end of inputing string automatically. 47 | AUTO_WILDCARD = FALSE 48 | 49 | ### If true then the result string will be committed to client automatically. 50 | ### This should be used with AUTO_SELECT = TRUE. 51 | AUTO_COMMIT = TRUE 52 | 53 | ### If true then the inputted string will be automatically splitted during inputing. 54 | AUTO_SPLIT = FALSE 55 | 56 | ### If true then the phrases' frequencies will be adjusted dynamically. 57 | DYNAMIC_ADJUST = FALSE 58 | 59 | ### If true then the preedit area will be filled up by the current candidate phrase automatically. 60 | AUTO_FILL = FALSE 61 | 62 | ### If true then the lookup table will always be shown if there is any candidate phrase. 63 | ### Otherwise the lookup table won't be shown unless the user requires it by moving the preedit caret left. 64 | ALWAYS_SHOW_LOOKUP = FALSE 65 | 66 | ### If true then discard invalid key 67 | DISCARD_INVALID_KEY = FALSE 68 | 69 | ### Use full width punctuation by default 70 | DEF_FULL_WIDTH_PUNCT = FALSE 71 | 72 | ### Use full width letter by default 73 | DEF_FULL_WIDTH_LETTER = FALSE 74 | 75 | ### The maxmium length of a key. 76 | MAX_KEY_LENGTH = 3 77 | 78 | ### Show key prompt if true 79 | SHOW_KEY_PROMPT = TRUE 80 | 81 | ### Discard invalude key if true 82 | DISCARD_INVALID_KEY = FALSE 83 | 84 | ### Valid input chars. 85 | VALID_INPUT_CHARS = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890!@#$%^&*()\|[]{;:'", 211 | 212 | 213 | END_CHAR_PROMPTS_DEFINITION 214 | END_DEFINITION 215 | 216 | ### Begin Table data. 217 | BEGIN_TABLE 218 | a ေ 1000 219 | b ဘ 1000 220 | c ခ 1000 221 | d ိ 1000 222 | e န 1000 223 | f ္ 1000 224 | g ါ 1000 225 | h ့ 1000 226 | i င 1000 227 | j ျ 1000 228 | k ု 1000 229 | l ူ 1000 230 | m ာ 1000 231 | n ည 1000 232 | o သ 1000 233 | p စ 1000 234 | q ဆ 1000 235 | r မ 1000 236 | s ် 1000 237 | t အ 1000 238 | u က 1000 239 | v လ 1000 240 | w တ 1000 241 | x ထ 1000 242 | y ပ 1000 243 | z ဖ 1000 244 | A ဗ 1000 245 | B ႀ 1000 246 | C ဃ 1000 247 | D ီ 1000 248 | E ႏ 1000 249 | F ၤ 1000 250 | G ြ 1000 251 | H ံ 1000 252 | I ႈ 1000 253 | J ဲ 1000 254 | K ဳ 1000 255 | L ဴ 1000 256 | M ၾ 1000 257 | N ၿ 1000 258 | O ဥ 1000 259 | P ဏ 1000 260 | Q ႇ် 1000 261 | R ြၽ 1000 262 | S ွ 1000 263 | T ႊ 1000 264 | U ႕ 1000 265 | V ဠ 1000 266 | W ႊၽ 1000 267 | X ဌ 1000 268 | Y ႔ 1000 269 | Z ဇ 1000 270 | 1 ၁ 1000 271 | 2 ၂ 1000 272 | 3 ၃ 1000 273 | 4 ၄ 1000 274 | 5 ၅ 1000 275 | 6 ၆ 1000 276 | 7 ၇ 1000 277 | 8 ၈ 1000 278 | 9 ၉ 1000 279 | 0 ၀ 1000 280 | ! ဍ 1000 281 | @ ႑ 1000 282 | # ဋ 1000 283 | $ က်ပ္ 1000 284 | % % 1000 285 | ^ / 1000 286 | & ရ 1000 287 | * ဂ 1000 288 | ( ( 1000 289 | ) ) 1000 290 | \ ၏ 1000 291 | | ႒ 1000 292 | [ ဟ 1000 293 | { ဧ 1000 294 | ; း 1000 295 | : ၚ 1000 296 | ' ဒ 1000 297 | " ဓ 1000 298 | , ယ 1000 299 | < ဝ 1000 300 | ? ၊ 1000 301 | / ။ 1000 302 | `a ဈ 1000 303 | `b ၻ 1000 304 | `c ၡ 1000 305 | `d ႎ 1000 306 | `e ၷ 1000 307 | `i ၍ 1000 308 | `j ႃ 1000 309 | `k ႉ 1000 310 | `l ႍ 1000 311 | `m ႁ 1000 312 | `n ‍ၫ 1000 313 | `o ႆ 1000 314 | `p ၥ 1000 315 | `q ၦ 1000 316 | `r ၼ 1000 317 | `s ၽ 1000 318 | `t ဤ 1000 319 | `u ၠ 1000 320 | `v ႅ 1000 321 | `w ၱ 1000 322 | `x ၳ 1000 323 | `y ၌ 1000 324 | `z ၹ 1000 325 | `1 ဎ 1000 326 | `2 ၭ 1000 327 | `3 ဋ 1000 328 | `4 ၎ 1000 329 | `5 ဩ 1000 330 | `7 ႐ 1000 331 | `8 ၢ 1000 332 | `9 ဦ 1000 333 | `0 ႅ 1000 334 | `[ ႗ 1000 335 | `] ၮ 1000 336 | `' ၵ 1000 337 | `/ ? 1000 338 | 339 | ~1 ၯ 1000 340 | ~4 ဣ 1000 341 | ~5 ဪ 1000 342 | ~q ၧ 1000 343 | ~w ၲ 1000 344 | ~e ႖ 1000 345 | ~y ၸ 1000 346 | ~u ဉ 1000 347 | ~i ၪ 1000 348 | ~p ၰ 1000 349 | ~a ၺ 1000 350 | ~s ႇ 1000 351 | ~d ႌ 1000 352 | ~j ႄ 1000 353 | ~l ႋ 1000 354 | ~' ၶ 1000 355 | ~z ၨ 1000 356 | ~c ၣ 1000 357 | ~n ၩ 1000 358 | ~m ႂ 1000 359 | END_TABLE -------------------------------------------------------------------------------- /src/tables/shn-standard.txt: -------------------------------------------------------------------------------- 1 | ### File header must not be modified 2 | ### This file must be encoded into UTF-8. 3 | ### This file comes from xcin module. 4 | SCIM_Generic_Table_Phrase_Library_TEXT 5 | VERSION_1_0 6 | 7 | ### Begin Table definition. 8 | BEGIN_DEFINITION 9 | 10 | ### License 11 | LICENSE = LGPL 12 | 13 | ### Created by Naing Ye Minn 14 | 15 | ### An unique id to distinguish this table among others. 16 | ### Use uuidgen to generate this kind of id. 17 | UUID = 393e4dec-48e7-48f6-9b60-9b850e94a630 18 | 19 | ### A unique number indicates the version of this file. 20 | ### For example the last modified date of this file. 21 | ### This number must be less than 2^32. 22 | SERIAL_NUMBER = 20200513 23 | 24 | ICON = mm-myanmar3.svg 25 | 26 | ### The default name of this table 27 | NAME = shn-standard 28 | 29 | ### The local names of this table 30 | ### NAME.my_MM = 31 | 32 | ### Supported languages of this table 33 | LANGUAGES = shn_MM 34 | 35 | ### The author of this table 36 | AUTHOR = Naing Ye Minn 37 | 38 | ### Prompt string to be displayed in the status area. 39 | STATUS_PROMPT = MM 40 | 41 | ### The Keyboard Layout used by this table. Unset or set to "Unknown" to accept any kind of layouts. 42 | KEYBOARD_LAYOUT = US_Default 43 | 44 | ### If true then the first candidate phrase 45 | ### will be selected automatically during inputing. 46 | AUTO_SELECT = TRUE 47 | 48 | ### If true then a multi wildcard will be appended 49 | ### at the end of inputing string automatically. 50 | AUTO_WILDCARD = TRUE 51 | 52 | ### If true then the result string will be committed to client automatically. 53 | ### This should be used with AUTO_SELECT = TRUE. 54 | AUTO_COMMIT = TRUE 55 | 56 | ### If true then the inputted string will be automatically splitted during inputing. 57 | AUTO_SPLIT = FALSE 58 | 59 | ### If true then the phrases' frequencies will be adjusted dynamically. 60 | DYNAMIC_ADJUST = FALSE 61 | 62 | ### If true then the preedit area will be filled up by the current candidate phrase automatically. 63 | AUTO_FILL = FALSE 64 | 65 | ### If true then the lookup table will always be shown if there is any candidate phrase. 66 | ### Otherwise the lookup table won't be shown unless the user requires it by moving the preedit caret left. 67 | ALWAYS_SHOW_LOOKUP = FALSE 68 | 69 | ### If true then discard invalid key 70 | DISCARD_INVALID_KEY = FALSE 71 | 72 | ### Use full width punctuation by default 73 | DEF_FULL_WIDTH_PUNCT = FALSE 74 | 75 | ### Use full width letter by default 76 | DEF_FULL_WIDTH_LETTER = FALSE 77 | 78 | ### The maxmium length of a key. 79 | MAX_KEY_LENGTH = 3 80 | 81 | ### Show key prompt if true 82 | SHOW_KEY_PROMPT = TRUE 83 | 84 | ### Discard invalude key if true 85 | DISCARD_INVALID_KEY = FALSE 86 | 87 | ### Valid input chars. 88 | VALID_INPUT_CHARS = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890;:><`!@#$%^&*() 89 | 90 | ### Single wildcard char, can have multiple chars. 91 | SINGLE_WILDCARD_CHAR = ` 92 | 93 | ### Multi wildcard char. 94 | ### MULTI_WILDCARD_CHAR = 95 | 96 | ### The key strokes to split inputted string. 97 | ### SPLIT_KEYS = Return 98 | 99 | ### The key strokes to commit the convert result to client. 100 | COMMIT_KEYS = space 101 | 102 | ### The key strokes to forward the inputted string to client. 103 | ### FORWARD_KEYS = space 104 | 105 | ### The key strokes to select candidate phrases. 106 | SELECT_KEYS = 1,2,3,4,5,6,7,8,9 107 | 108 | ### The key strokes to page up the lookup table. 109 | PAGE_UP_KEYS = Shift+less,Page_Up,comma,minus 110 | 111 | ### The key strokes to page down the lookup table. 112 | PAGE_DOWN_KEYS = Shift+greater,Page_Down,period,equal,space 113 | 114 | ### Define the prompts of each valid input char. 115 | BEGIN_CHAR_PROMPTS_DEFINITION 116 | a ေ 117 | b ယ 118 | c ၶ 119 | d ိ 120 | e ၼ 121 | f ် 122 | g ွ 123 | h ႉ 124 | i င 125 | j ႇ 126 | k ု 127 | l ူ 128 | m ၢ 129 | n ၺ 130 | o ဝ 131 | p ႁ 132 | q ၸ 133 | r မ 134 | s ႄ 135 | t ​ဢ 136 | u ၵ 137 | v လ 138 | w တ 139 | x ထ 140 | y ပ 141 | z ၽ 142 | A ဵ 143 | B ျ 144 | C ခ 145 | D ီ 146 | E ꧣ 147 | F ႂ် 148 | G ႂ 149 | H ့ 150 | I ရ 151 | J ႆ 152 | K ꧦ 153 | L ႊ 154 | M ႃ 155 | N ႟ 156 | O သ 157 | P ႀ 158 | Q ꩡ 159 | R ႞ 160 | S ႅ 161 | T ြ 162 | U ၷ 163 | V ꩮ 164 | W ၻ 165 | X ꩪ 166 | Y ၿ 167 | Z ၾ 168 | 1 1 169 | 2 2 170 | 3 3 171 | 4 4 172 | 5 5 173 | 6 6 174 | 7 7 175 | 8 8 176 | 9 9 177 | 0 0 178 | ! ! 179 | @ @ 180 | # # 181 | $ $ 182 | % % 183 | ^ ^ 184 | & & 185 | * * 186 | ( ( 187 | ) ) 188 | ; ႈ 189 | : း 190 | < ၊ 191 | > ။ 192 | END_CHAR_PROMPTS_DEFINITION 193 | END_DEFINITION 194 | 195 | ### Begin Table data. 196 | BEGIN_TABLE 197 | a ေ 1000 198 | b ယ 1000 199 | c ၶ 1000 200 | d ိ 1000 201 | e ၼ 1000 202 | f ် 1000 203 | g ွ 1000 204 | h ႉ 1000 205 | i င 1000 206 | j ႇ 1000 207 | k ု 1000 208 | l ူ 1000 209 | m ၢ 1000 210 | n ၺ 1000 211 | o ဝ 1000 212 | p ႁ 1000 213 | q ၸ 1000 214 | r မ 1000 215 | s ႄ 1000 216 | t ​ဢ 1000 217 | u ၵ 1000 218 | v လ 1000 219 | w တ 1000 220 | x ထ 1000 221 | y ပ 1000 222 | z ၽ 1000 223 | A ဵ 1000 224 | B ျ 1000 225 | C ꧠ 1000 226 | D ီ 1000 227 | E ꧣ 1000 228 | F ႂ် 1000 229 | G ႂ 1000 230 | H ့ 1000 231 | I ရ 1000 232 | J ႆ 1000 233 | K ꧦ 1000 234 | L ႊ 1000 235 | M ႃ 1000 236 | N ႟ 1000 237 | O သ 1000 238 | P ႀ 1000 239 | Q ꩡ 1000 240 | R ႞ 1000 241 | S ႅ 1000 242 | T ြ 1000 243 | U ၷ 1000 244 | V ꩮ 1000 245 | W ၻ 1000 246 | X ꩪ 1000 247 | Y ၿ 1000 248 | Z ၾ 1000 249 | 1 1 1000 250 | 2 2 1000 251 | 3 3 1000 252 | 4 4 1000 253 | 5 5 1000 254 | 6 6 1000 255 | 7 7 1000 256 | 8 8 1000 257 | 9 9 1000 258 | 0 0 1000 259 | ! ! 1000 260 | @ @ 1000 261 | # # 1000 262 | $ $ 1000 263 | % % 1000 264 | ^ ^ 1000 265 | & & 1000 266 | * * 1000 267 | ( ( 1000 268 | ) ) 1000 269 | ; ႈ 1000 270 | : း 1000 271 | < ၊ 1000 272 | > ။ 1000 273 | `1 ႑ 1000 274 | `2 ႒ 1000 275 | `3 ႓ 1000 276 | `4 ႔ 1000 277 | `5 ႕ 1000 278 | `6 ႖ 1000 279 | `7 ႗ 1000 280 | `8 ႘ 1000 281 | `9 ႙ 1000 282 | `0 ႐ 1000 283 | `h ံ 1000 284 | `q ၹ 1000 285 | `w ꩦ 1000 286 | `s ꧥ 1000 287 | `z ꧤ 1000 288 | `x ꩧ 1000 289 | `o ꧡ 1000 290 | `! ၁ 1000 291 | `@ ၂ 1000 292 | `# ၃ 1000 293 | `$ ၄ 1000 294 | `% ၅ 1000 295 | `^ ၆ 1000 296 | `& ၇ 1000 297 | `* ၈ 1000 298 | `( ၉ 1000 299 | `) ၀ 1000 300 | `W ꩨ 1000 301 | `X ꩩ 1000 302 | `O ꧢ 1000 303 | `u ၵ 1000 304 | `c ၶ 1000 305 | `C ꧠ 1000 306 | `i င 1000 307 | `n ၺ 1000 308 | `e ၼ 1000 309 | `y ပ 1000 310 | `r မ 1000 311 | `b ယ 1000 312 | `I ရ 1000 313 | `v လ 1000 314 | `p ႁ 1000 315 | a`t ဢေ 1000 316 | a`u ၵေ 1000 317 | a`c ၶေ 1000 318 | a`i ငေ 1000 319 | a`n ၺေ 1000 320 | a`e ၼေ 1000 321 | a`y ပေ 1000 322 | a`r မေ 1000 323 | a`b ယေ 1000 324 | a`I ရေ 1000 325 | a`v လေ 1000 326 | a`p ႁေ 1000 327 | a`t ဢေ 1000 328 | a` ေ 1000 329 | s` ႄ 1000 330 | au ၵေ 1000 331 | auB ၵျေ 1000 332 | ac ၶေ 1000 333 | aC ꧠေ 1000 334 | ai ငေ 1000 335 | aq ၸေ 1000 336 | a`q ၹေ 1000 337 | aO သေ 1000 338 | an ၺေ 1000 339 | aw တေ 1000 340 | a`w ꩦေ 1000 341 | a`W ꩨေ 1000 342 | awT တြေ 1000 343 | ax ထေ 1000 344 | a`x ꩧေ 1000 345 | a`X ꩩေ 1000 346 | ae ၼေ 1000 347 | ay ပေ 1000 348 | az ၽေ 1000 349 | a`z ꧤေ 1000 350 | aZ ၾေ 1000 351 | ar မေ 1000 352 | ab ယေ 1000 353 | aI ရေ 1000 354 | av လေ 1000 355 | ao ဝေ 1000 356 | a`o ꧡေ 1000 357 | a`O ꧢေ 1000 358 | ap ႁေ 1000 359 | at ဢေ 1000 360 | su ၵႄ 1000 361 | sc ၶႄ 1000 362 | sC ꧠႄ 1000 363 | si ငႄ 1000 364 | sq ၸႄ 1000 365 | s`q ၹႄ 1000 366 | sO သႄ 1000 367 | sn ၺႄ 1000 368 | sw တႄ 1000 369 | s`w ꩦႄ 1000 370 | s`W ꩨႄ 1000 371 | sx ထႄ 1000 372 | s`x ꩧႄ 1000 373 | s`X ꩩႄ 1000 374 | se ၼႄ 1000 375 | sy ပႄ 1000 376 | sz ၽႄ 1000 377 | s`z ꧤႄ 1000 378 | sZ ၾႄ 1000 379 | sr မႄ 1000 380 | sb ယႄ 1000 381 | sI ရႄ 1000 382 | sv လႄ 1000 383 | so ဝႄ 1000 384 | s`o ꧡႄ 1000 385 | s`O ꧢႄ 1000 386 | sp ႁႄ 1000 387 | st ဢႄ 1000 388 | s`u ၵႄ 1000 389 | s`c ၶႄ 1000 390 | s`i ငႄ 1000 391 | s`n ၺႄ 1000 392 | s`e ၼႄ 1000 393 | s`y ပႄ 1000 394 | s`r မႄ 1000 395 | s`b ယႄ 1000 396 | s`I ရႄ 1000 397 | s`v လႄ 1000 398 | s`p ႁႄ 1000 399 | s`t ဢႄ 1000 400 | END_TABLE -------------------------------------------------------------------------------- /src/icons/mm-myanmar3.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]> 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/icons/mm-zawgyi.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]> 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/tables/mm-smart.txt: -------------------------------------------------------------------------------- 1 | ### File header must not be modified 2 | ### This file must be encoded into UTF-8. 3 | ### This file comes from xcin module. 4 | SCIM_Generic_Table_Phrase_Library_TEXT 5 | VERSION_1_0 6 | 7 | ### Begin Table definition. 8 | BEGIN_DEFINITION 9 | 10 | ### License 11 | LICENSE = LGPL 12 | 13 | ### Created by Naing Ye Minn 14 | 15 | ### An unique id to distinguish this table among others. 16 | ### Use uuidgen to generate this kind of id. 17 | UUID = 858cd0a5-093f-484c-81d1-a784e4d4aa1d 18 | 19 | ### A unique number indicates the version of this file. 20 | ### For example the last modified date of this file. 21 | ### This number must be less than 2^32. 22 | SERIAL_NUMBER = 20200301 23 | 24 | ICON = mm-myanmar3.svg 25 | 26 | ### The default name of this table 27 | NAME = mm-smart 28 | 29 | ### The local names of this table 30 | ### NAME.my_MM = 31 | 32 | ### Supported languages of this table 33 | LANGUAGES = my_MM 34 | 35 | ### The author of this table 36 | AUTHOR = Naing Ye Minn 37 | 38 | ### Prompt string to be displayed in the status area. 39 | STATUS_PROMPT = MM 40 | 41 | ### The Keyboard Layout used by this table. Unset or set to "Unknown" to accept any kind of layouts. 42 | KEYBOARD_LAYOUT = US_Default 43 | 44 | ### If true then the first candidate phrase 45 | ### will be selected automatically during inputing. 46 | AUTO_SELECT = TRUE 47 | 48 | ### If true then a multi wildcard will be appended 49 | ### at the end of inputing string automatically. 50 | AUTO_WILDCARD = TRUE 51 | 52 | ### If true then the result string will be committed to client automatically. 53 | ### This should be used with AUTO_SELECT = TRUE. 54 | AUTO_COMMIT = TRUE 55 | 56 | ### If true then the inputted string will be automatically splitted during inputing. 57 | AUTO_SPLIT = FALSE 58 | 59 | ### If true then the phrases' frequencies will be adjusted dynamically. 60 | DYNAMIC_ADJUST = FALSE 61 | 62 | ### If true then the preedit area will be filled up by the current candidate phrase automatically. 63 | AUTO_FILL = FALSE 64 | 65 | ### If true then the lookup table will always be shown if there is any candidate phrase. 66 | ### Otherwise the lookup table won't be shown unless the user requires it by moving the preedit caret left. 67 | ALWAYS_SHOW_LOOKUP = FALSE 68 | 69 | ### If true then discard invalid key 70 | DISCARD_INVALID_KEY = FALSE 71 | 72 | ### Use full width punctuation by default 73 | DEF_FULL_WIDTH_PUNCT = FALSE 74 | 75 | ### Use full width letter by default 76 | DEF_FULL_WIDTH_LETTER = FALSE 77 | 78 | ### The maxmium length of a key. 79 | MAX_KEY_LENGTH = 7 80 | 81 | ### Show key prompt if true 82 | SHOW_KEY_PROMPT = TRUE 83 | 84 | ### Discard invalude key if true 85 | DISCARD_INVALID_KEY = FALSE 86 | 87 | ### Valid input chars. 88 | VALID_INPUT_CHARS = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890!@#$%^&*\|[{]};:<>`~ 89 | 90 | ### Single wildcard char, can have multiple chars. 91 | ### SINGLE_WILDCARD_CHAR = ? 92 | 93 | ### Multi wildcard char. 94 | ### MULTI_WILDCARD_CHAR = * 95 | 96 | ### The key strokes to split inputted string. 97 | ### SPLIT_KEYS = Return 98 | 99 | ### The key strokes to commit the convert result to client. 100 | COMMIT_KEYS = space 101 | 102 | ### The key strokes to forward the inputted string to client. 103 | ### FORWARD_KEYS = space 104 | 105 | ### The key strokes to select candidate phrases. 106 | SELECT_KEYS = 1,2,3,4,5,6,7,8,9 107 | 108 | ### The key strokes to page up the lookup table. 109 | PAGE_UP_KEYS = Shift+less,Page_Up,comma,minus 110 | 111 | ### The key strokes to page down the lookup table. 112 | PAGE_DOWN_KEYS = Shift+greater,Page_Down,period,equal,space 113 | 114 | ### Define the prompts of each valid input char. 115 | BEGIN_CHAR_PROMPTS_DEFINITION 116 | a ေ 117 | b ဘ 118 | c ခ 119 | d ိ 120 | e န 121 | f ် 122 | g ါ 123 | h ့ 124 | i င 125 | j ြ 126 | k ု 127 | l ူ 128 | m ာ 129 | n ည 130 | o သ 131 | p စ 132 | q ဆ 133 | r မ 134 | s ျ 135 | t အ 136 | u က 137 | v လ 138 | w တ 139 | x ထ 140 | y ပ 141 | z ဖ 142 | A ဗ 143 | B ယ 144 | C ဃ 145 | D ီ 146 | E ဣ 147 | F ္ 148 | G ွ 149 | H ံ 150 | I ၍ 151 | J ဲ 152 | K ဒ 153 | L ဓ 154 | M ဦ 155 | N ဉ 156 | O ဿ 157 | P ဏ 158 | Q ဈ 159 | R ၎ 160 | S ှ 161 | T ဤ 162 | U ဥ 163 | V ဠ 164 | W ဝ 165 | X ဌ 166 | Y ၌ 167 | Z ဇ 168 | 1 ၁ 169 | 2 ၂ 170 | 3 ၃ 171 | 4 ၄ 172 | 5 ၅ 173 | 6 ၆ 174 | 7 ၇ 175 | 8 ၈ 176 | 9 ၉ 177 | 0 ၀ 178 | ! ဍ 179 | @ ၒ 180 | # ဋ 181 | $ ၓ 182 | % ၔ 183 | ^ ၕ 184 | & ရ 185 | [ ဟ 186 | ] ဩ 187 | \ ၏ 188 | { ဧ 189 | } ဪ 190 | | ၑ 191 | ; း 192 | : ဂ 193 | < ၊ 194 | > ။ 195 | ` ၐ 196 | ~ ဎ 197 | END_CHAR_PROMPTS_DEFINITION 198 | END_DEFINITION 199 | 200 | ### Begin Table data. 201 | BEGIN_TABLE 202 | a ေ 1000 203 | au ကေ 500 204 | ac ခေ 495 205 | a: ဂေ 490 206 | aC ဃေ 485 207 | ai ငေ 480 208 | ap စေ 475 209 | aq ဆေ 470 210 | aZ ဇေ 465 211 | aQ ဈေ 460 212 | an ညေ 455 213 | a# ဋေ 450 214 | aX ဌေ 445 215 | a! ဍေ 440 216 | a~ ဎေ 435 217 | aP ဏေ 430 218 | aw တေ 425 219 | ax ထေ 420 220 | aK ဒေ 415 221 | aL ဓေ 410 222 | ae နေ 405 223 | ay ပေ 400 224 | az ဖေ 395 225 | aA ဗေ 390 226 | ab ဘေ 385 227 | ar မေ 380 228 | aB ယေ 375 229 | a& ရေ 370 230 | av လေ 365 231 | aW ဝေ 360 232 | ao သေ 355 233 | a[ ဟေ 350 234 | aV ဠေ 345 235 | at အေ 340 236 | a] ဩေ 335 237 | a{ ဧေ 325 238 | aO ဿေ 320 239 | b ဘ 1000 240 | c ခ 1000 241 | d ိ 1000 242 | e န 1000 243 | f ် 1000 244 | g ါ 1000 245 | h ့ 1000 246 | i င 1000 247 | j ြ 1000 248 | k ု 1000 249 | l ူ 1000 250 | m ာ 1000 251 | n ည 1000 252 | o သ 1000 253 | p စ 1000 254 | q ဆ 1000 255 | r မ 1000 256 | s ျ 1000 257 | t အ 1000 258 | u က 1000 259 | v လ 1000 260 | w တ 1000 261 | x ထ 1000 262 | y ပ 1000 263 | z ဖ 1000 264 | A ဗ 1000 265 | B ယ 1000 266 | C ဃ 1000 267 | D ီ 1000 268 | E ဣ 1000 269 | F ္ 1000 270 | G ွ 1000 271 | H ံ 1000 272 | I ၍ 1000 273 | J ဲ 1000 274 | K ဒ 1000 275 | L ဓ 1000 276 | M ဦ 1000 277 | N ဉ 1000 278 | O ဿ 1000 279 | P ဏ 1000 280 | Q ဈ 1000 281 | R ၎ 1000 282 | S ှ 1000 283 | T ဤ 1000 284 | U ဥ 1000 285 | V ဠ 1000 286 | W ဝ 1000 287 | X ဌ 1000 288 | Y ၌ 1000 289 | Z ဇ 1000 290 | 1 ၁ 1000 291 | 2 ၂ 1000 292 | 3 ၃ 1000 293 | 4 ၄ 1000 294 | 5 ၅ 1000 295 | 6 ၆ 1000 296 | 7 ၇ 1000 297 | 8 ၈ 1000 298 | 9 ၉ 1000 299 | 0 ၀ 1000 300 | ! ဍ 1000 301 | @ ၒ 1000 302 | # ဋ 1000 303 | $ ၓ 1000 304 | % ၔ 1000 305 | ^ ၕ 1000 306 | & ရ 1000 307 | [ ဟ 1000 308 | ] ဩ 1000 309 | \ ၏ 1000 310 | { ဧ 1000 311 | } ဪ 1000 312 | | ၑ 1000 313 | ; း 1000 314 | : ဂ 1000 315 | < ၊ 1000 316 | > ။ 1000 317 | ` ၐ 1000 318 | ~ ဎ 1000 319 | aus ကျေ 500 320 | acs ချေ 499 321 | a:s ဂျေ 498 322 | aCs ဃျေ 497 323 | ais ငျေ 496 324 | aps စျေ 495 325 | aqs ဆျေ 494 326 | aZs ဇျေ 493 327 | ans ညျေ 492 328 | aNs ဉျေ 491 329 | a~s ဎျေ 490 330 | aPs ဏျေ 489 331 | aws တျေ 488 332 | axs ထျေ 487 333 | aKs ဒျေ 486 334 | aLs ဓျေ 485 335 | aes နျေ 484 336 | ays ပျေ 483 337 | azs ဖျေ 482 338 | aAs ဗျေ 481 339 | abs ဘျေ 480 340 | ars မျေ 479 341 | aBs ယျေ 478 342 | a&s ရျေ 477 343 | avs လျေ 476 344 | aWs ဝျေ 475 345 | aos သျေ 474 346 | a[s ဟျေ 473 347 | ats အျေ 472 348 | a{s ဧျေ 471 349 | aOs ဿျေ 470 350 | auj ကြေ 500 351 | acj ခြေ 499 352 | a:j ဂြေ 498 353 | aCj ဃြေ 497 354 | aij ငြေ 496 355 | apj စြေ 495 356 | aqj ဆြေ 494 357 | aZj ဇြေ 493 358 | a~j ဎြေ 490 359 | aPj ဏြေ 489 360 | awj တြေ 488 361 | axj ထြေ 487 362 | aKj ဒြေ 486 363 | aLj ဓြေ 485 364 | aej နြေ 484 365 | ayj ပြေ 483 366 | azj ဖြေ 482 367 | aAj ဗြေ 481 368 | abj ဘြေ 480 369 | arj မြေ 479 370 | aBj ယြေ 478 371 | a&j ရြေ 477 372 | avj လြေ 476 373 | aWj ဝြေ 475 374 | aoj သြေ 474 375 | a[j ဟြေ 473 376 | atj အြေ 472 377 | a{j ဧြေ 471 378 | aOj ဿြေ 470 379 | auG ကွေ 500 380 | acG ခွေ 499 381 | a:G ဂွေ 498 382 | aCG ဃွေ 497 383 | aiG ငွေ 496 384 | apG စွေ 495 385 | aqG ဆွေ 494 386 | aZG ဇွေ 493 387 | anG ညွေ 492 388 | aNG ဉွေ 491 389 | a~G ဎွေ 490 390 | aPG ဏွေ 489 391 | awG တွေ 488 392 | axG ထွေ 487 393 | aKG ဒွေ 486 394 | aLG ဓွေ 485 395 | aeG နွေ 484 396 | ayG ပွေ 483 397 | azG ဖွေ 482 398 | aAG ဗွေ 481 399 | abG ဘွေ 480 400 | arG မွေ 479 401 | aBG ယွေ 478 402 | a&G ရွေ 477 403 | avG လွေ 476 404 | aWG ဝွေ 475 405 | aoG သွေ 474 406 | a[G ဟွေ 473 407 | atG အွေ 472 408 | a{G ဧွေ 471 409 | aOG ဿွေ 470 410 | auS ကှေ 500 411 | acS ခှေ 499 412 | a:S ဂှေ 498 413 | aCS ဃှေ 497 414 | aiS ငှေ 496 415 | apS စှေ 495 416 | aqS ဆှေ 494 417 | aZS ဇှေ 493 418 | anS ညှေ 492 419 | a~S ဎှေ 490 420 | aPS ဏှေ 489 421 | awS တှေ 488 422 | axS ထှေ 487 423 | aKS ဒှေ 486 424 | aLS ဓှေ 485 425 | aeS နှေ 484 426 | ayS ပှေ 483 427 | azS ဖှေ 482 428 | aAS ဗှေ 481 429 | abS ဘှေ 480 430 | arS မှေ 479 431 | aBS ယှေ 478 432 | a&S ရှေ 477 433 | avS လှေ 476 434 | aWS ဝှေ 475 435 | aoS သှေ 474 436 | a[S ဟှေ 473 437 | atS အှေ 472 438 | a{S ဧှေ 471 439 | aOS ဿှေ 470 440 | ausG ကျွေ 500 441 | acsG ချွေ 499 442 | a:sG ဂျွေ 498 443 | aCsG ဃျွေ 497 444 | aisG ငျွေ 496 445 | apsG စျွေ 495 446 | aqsG ဆျွေ 494 447 | aZsG ဇျွေ 493 448 | a~sG ဎျွေ 490 449 | aPsG ဏျွေ 489 450 | awsG တျွေ 488 451 | axsG ထျွေ 487 452 | aKsG ဒျွေ 486 453 | aLsG ဓျွေ 485 454 | aesG နျွေ 484 455 | aysG ပျွေ 483 456 | azsG ဖျွေ 482 457 | aAsG ဗျွေ 481 458 | absG ဘျွေ 480 459 | arsG မျွေ 479 460 | aBsG ယျွေ 478 461 | a&sG ရျွေ 477 462 | avsG လျွေ 476 463 | aWsG ဝျွေ 475 464 | aosG သျွေ 474 465 | a[sG ဟျွေ 473 466 | atsG အျွေ 472 467 | a{sG ဧျွေ 471 468 | aOsG ဿျွေ 470 469 | aujG ကြွေ 500 470 | acjG ခြွေ 499 471 | a:jG ဂြွေ 498 472 | aCjG ဃြွေ 497 473 | aijG ငြွေ 496 474 | apjG စြွေ 495 475 | aqjG ဆြွေ 494 476 | aZjG ဇြွေ 493 477 | a~jG ဎြွေ 490 478 | aPjG ဏြွေ 489 479 | awjG တြွေ 488 480 | axjG ထြွေ 487 481 | aKjG ဒြွေ 486 482 | aLjG ဓြွေ 485 483 | aejG နြွေ 484 484 | ayjG ပြွေ 483 485 | azjG ဖြွေ 482 486 | aAjG ဗြွေ 481 487 | abjG ဘြွေ 480 488 | arjG မြွေ 479 489 | aBjG ယြွေ 478 490 | a&jG ရြွေ 477 491 | avjG လြွေ 476 492 | aWjG ဝြွေ 475 493 | aojG သြွေ 474 494 | a[jG ဟြွေ 473 495 | atjG အြွေ 472 496 | a{jG ဧြွေ 471 497 | aOjG ဿြွေ 470 498 | ausS ကျှေ 500 499 | acsS ချှေ 499 500 | a:sS ဂျှေ 498 501 | aCsS ဃျှေ 497 502 | aisS ငျှေ 496 503 | apsS စျှေ 495 504 | aqsS ဆျှေ 494 505 | aZsS ဇျှေ 493 506 | a~sS ဎျှေ 490 507 | aPsS ဏျှေ 489 508 | awsS တျှေ 488 509 | axsS ထျှေ 487 510 | aKsS ဒျှေ 486 511 | aLsS ဓျှေ 485 512 | aesS နျှေ 484 513 | aysS ပျှေ 483 514 | azsS ဖျှေ 482 515 | aAsS ဗျှေ 481 516 | absS ဘျှေ 480 517 | arsS မျှေ 479 518 | aBsS ယျှေ 478 519 | a&sS ရျှေ 477 520 | avsS လျှေ 476 521 | aWsS ဝျှေ 475 522 | aosS သျှေ 474 523 | a[sS ဟျှေ 473 524 | atsS အျှေ 472 525 | a{sS ဧျှေ 471 526 | aOsS ဿျှေ 470 527 | aujS ကြှေ 500 528 | acjS ခြှေ 499 529 | a:jS ဂြှေ 498 530 | aCjS ဃြှေ 497 531 | aijS ငြှေ 496 532 | apjS စြှေ 495 533 | aqjS ဆြှေ 494 534 | aZjS ဇြှေ 493 535 | a~jS ဎြှေ 490 536 | aPjS ဏြှေ 489 537 | awjS တြှေ 488 538 | axjS ထြှေ 487 539 | aKjS ဒြှေ 486 540 | aLjS ဓြှေ 485 541 | aejS နြှေ 484 542 | ayjS ပြှေ 483 543 | azjS ဖြှေ 482 544 | aAjS ဗြှေ 481 545 | abjS ဘြှေ 480 546 | arjS မြှေ 479 547 | aBjS ယြှေ 478 548 | a&jS ရြှေ 477 549 | avjS လြှေ 476 550 | aWjS ဝြှေ 475 551 | aojS သြှေ 474 552 | a[jS ဟြှေ 473 553 | atjS အြှေ 472 554 | a{jS ဧြှေ 471 555 | ausGS ကျွှေ 500 556 | acsGS ချွှေ 499 557 | a:sGS ဂျွှေ 498 558 | aCsGS ဃျွှေ 497 559 | aisGS ငျွှေ 496 560 | apsGS စျွှေ 495 561 | aqsGS ဆျွှေ 494 562 | aZsGS ဇျွှေ 493 563 | a~sGS ဎျွှေ 490 564 | aPsGS ဏျွှေ 489 565 | awsGS တျွှေ 488 566 | axsGS ထျွှေ 487 567 | aKsGS ဒျွှေ 486 568 | aLsGS ဓျွှေ 485 569 | aesGS နျွှေ 484 570 | aysGS ပျွှေ 483 571 | azsGS ဖျွှေ 482 572 | aAsGS ဗျွှေ 481 573 | absGS ဘျွှေ 480 574 | arsGS မျွှေ 479 575 | aBsGS ယျွှေ 478 576 | a&sGS ရျွှေ 477 577 | avsGS လျွှေ 476 578 | aWsGS ဝျွှေ 475 579 | aosGS သျွှေ 474 580 | a[sGS ဟျွှေ 473 581 | atsGS အျွှေ 472 582 | a{sGS ဧျွှေ 471 583 | aOsGS ဿျွှေ 470 584 | aujGS ကြွှေ 500 585 | acjGS ခြွှေ 499 586 | a:jGS ဂြွှေ 498 587 | aCjGS ဃြွှေ 497 588 | aijGS ငြွှေ 496 589 | apjGS စြွှေ 495 590 | aqjGS ဆြွှေ 494 591 | aZjGS ဇြွှေ 493 592 | a~jGS ဎြွှေ 490 593 | aPjGS ဏြွှေ 489 594 | awjGS တြွှေ 488 595 | axjGS ထြွှေ 487 596 | aKjGS ဒြွှေ 486 597 | aLjGS ဓြွှေ 485 598 | aejGS နြွှေ 484 599 | ayjGS ပြွှေ 483 600 | azjGS ဖြွှေ 482 601 | aAjGS ဗြွှေ 481 602 | abjGS ဘြွှေ 480 603 | arjGS မြွှေ 479 604 | aBjGS ယြွှေ 478 605 | a&jGS ရြွှေ 477 606 | avjGS လြွှေ 476 607 | aWjGS ဝြွှေ 475 608 | aojGS သြွှေ 474 609 | a[jGS ဟြွှေ 473 610 | atjGS အြွှေ 472 611 | a{jGS ဧြွှေ 471 612 | aOjGS ဿြွှေ 470 613 | auGS ကွှေ 500 614 | acGS ခွှေ 499 615 | a:GS ဂွှေ 498 616 | aCGS ဃွှေ 497 617 | aiGS ငွှေ 496 618 | apGS စွှေ 495 619 | aqGS ဆွှေ 494 620 | aZGS ဇွှေ 493 621 | anGS ညွှေ 492 622 | aNGS ဉွှေ 491 623 | a~GS ဎွှေ 490 624 | aPGS ဏွှေ 489 625 | awGS တွှေ 488 626 | axGS ထွှေ 487 627 | aKGS ဒွှေ 486 628 | aLGS ဓွှေ 485 629 | aeGS နွှေ 484 630 | ayGS ပွှေ 483 631 | azGS ဖွှေ 482 632 | aAGS ဗွှေ 481 633 | abGS ဘွှေ 480 634 | arGS မွှေ 479 635 | aBGS ယွှေ 478 636 | a&GS ရွှေ 477 637 | avGS လွှေ 476 638 | aWGS ဝွှေ 475 639 | aoGS သွှေ 474 640 | a[GS ဟွှေ 473 641 | atGS အွှေ 472 642 | a{GS ဧွှေ 471 643 | aOGS ဿွှေ 470 644 | auF ကေ္ 301 645 | a:F ဂေ္ 301 646 | apF စေ္ 301 647 | aZF ဇေ္ 301 648 | aPF ဏေ္ 301 649 | awF တေ္ 301 650 | aKF ဒေ္ 301 651 | aLF ဓေ္ 301 652 | aeF နေ္ 301 653 | ayF ပေ္ 301 654 | aAF ဗေ္ 301 655 | arF မေ္ 301 656 | auFu က္ကေ 300 657 | auFc က္ခေ 299 658 | auF: က္ဂေ 298 659 | auFC က္ဃေ 297 660 | auFp က္စေ 296 661 | auFq က္ဆေ 295 662 | auFZ က္ဇေ 294 663 | auF# က္ဋေ 293 664 | auFX က္ဌေ 292 665 | auF! က္ဍေ 291 666 | auF~ က္ဎေ 290 667 | auFP က္ဏေ 289 668 | auFw က္တေ 288 669 | auFx က္ထေ 287 670 | auFK က္ဒေ 286 671 | auFL က္ဓေ 285 672 | auFe က္နေ 284 673 | auFy က္ပေ 283 674 | auFz က္ဖေ 282 675 | auFA က္ဗေ 281 676 | auFb က္ဘေ 280 677 | auFr က္မေ 279 678 | auFB က္ယေ 278 679 | auFv က္လေ 277 680 | auFo က္သေ 276 681 | auF[ က္ဟေ 275 682 | a:Fu ဂ္ကေ 300 683 | a:Fc ဂ္ခေ 299 684 | a:F: ဂ္ဂေ 298 685 | a:FC ဂ္ဃေ 297 686 | a:Fp ဂ္စေ 296 687 | a:Fq ဂ္ဆေ 295 688 | a:FZ ဂ္ဇေ 294 689 | a:F# ဂ္ဋေ 293 690 | a:FX ဂ္ဌေ 292 691 | a:F! ဂ္ဍေ 291 692 | a:F~ ဂ္ဎေ 290 693 | a:FP ဂ္ဏေ 289 694 | a:Fw ဂ္တေ 288 695 | a:Fx ဂ္ထေ 287 696 | a:FK ဂ္ဒေ 286 697 | a:FL ဂ္ဓေ 285 698 | a:Fe ဂ္နေ 284 699 | a:Fy ဂ္ပေ 283 700 | a:Fz ဂ္ဖေ 282 701 | a:FA ဂ္ဗေ 281 702 | a:Fb ဂ္ဘေ 280 703 | a:Fr ဂ္မေ 279 704 | a:FB ဂ္ယေ 278 705 | a:Fv ဂ္လေ 277 706 | a:Fo ဂ္သေ 276 707 | a:F[ ဂ္ဟေ 275 708 | apFu စ္ကေ 300 709 | apFc စ္ခေ 299 710 | apF: စ္ဂေ 298 711 | apFC စ္ဃေ 297 712 | apFp စ္စေ 296 713 | apFq စ္ဆေ 295 714 | apFZ စ္ဇေ 294 715 | apF# စ္ဋေ 293 716 | apFX စ္ဌေ 292 717 | apF! စ္ဍေ 291 718 | apF~ စ္ဎေ 290 719 | apFP စ္ဏေ 289 720 | apFw စ္တေ 288 721 | apFx စ္ထေ 287 722 | apFK စ္ဒေ 286 723 | apFL စ္ဓေ 285 724 | apFe စ္နေ 284 725 | apFy စ္ပေ 283 726 | apFz စ္ဖေ 282 727 | apFA စ္ဗေ 281 728 | apFb စ္ဘေ 280 729 | apFr စ္မေ 279 730 | apFB စ္ယေ 278 731 | apFv စ္လေ 277 732 | apFo စ္သေ 276 733 | apF[ စ္ဟေ 275 734 | aZFu ဇ္ကေ 300 735 | aZFc ဇ္ခေ 299 736 | aZF: ဇ္ဂေ 298 737 | aZFC ဇ္ဃေ 297 738 | aZFp ဇ္စေ 296 739 | aZFq ဇ္ဆေ 295 740 | aZFZ ဇ္ဇေ 294 741 | aZF# ဇ္ဋေ 293 742 | aZFX ဇ္ဌေ 292 743 | aZF! ဇ္ဍေ 291 744 | aZF~ ဇ္ဎေ 290 745 | aZFP ဇ္ဏေ 289 746 | aZFw ဇ္တေ 288 747 | aZFx ဇ္ထေ 287 748 | aZFK ဇ္ဒေ 286 749 | aZFL ဇ္ဓေ 285 750 | aZFe ဇ္နေ 284 751 | aZFy ဇ္ပေ 283 752 | aZFz ဇ္ဖေ 282 753 | aZFA ဇ္ဗေ 281 754 | aZFb ဇ္ဘေ 280 755 | aZFr ဇ္မေ 279 756 | aZFB ဇ္ယေ 278 757 | aZFv ဇ္လေ 277 758 | aZFo ဇ္သေ 276 759 | aZF[ ဇ္ဟေ 275 760 | aPFu ဏ္ကေ 300 761 | aPFc ဏ္ခေ 299 762 | aPF: ဏ္ဂေ 298 763 | aPFC ဏ္ဃေ 297 764 | aPFp ဏ္စေ 296 765 | aPFq ဏ္ဆေ 295 766 | aPFZ ဏ္ဇေ 294 767 | aPF# ဏ္ဋေ 293 768 | aPFX ဏ္ဌေ 292 769 | aPF! ဏ္ဍေ 291 770 | aPF~ ဏ္ဎေ 290 771 | aPFP ဏ္ဏေ 289 772 | aPFw ဏ္တေ 288 773 | aPFx ဏ္ထေ 287 774 | aPFK ဏ္ဒေ 286 775 | aPFL ဏ္ဓေ 285 776 | aPFe ဏ္နေ 284 777 | aPFy ဏ္ပေ 283 778 | aPFz ဏ္ဖေ 282 779 | aPFA ဏ္ဗေ 281 780 | aPFb ဏ္ဘေ 280 781 | aPFr ဏ္မေ 279 782 | aPFB ဏ္ယေ 278 783 | aPFv ဏ္လေ 277 784 | aPFo ဏ္သေ 276 785 | aPF[ ဏ္ဟေ 275 786 | awFu တ္ကေ 300 787 | awFc တ္ခေ 299 788 | awF: တ္ဂေ 298 789 | awFC တ္ဃေ 297 790 | awFp တ္စေ 296 791 | awFq တ္ဆေ 295 792 | awFZ တ္ဇေ 294 793 | awF# တ္ဋေ 293 794 | awFX တ္ဌေ 292 795 | awF! တ္ဍေ 291 796 | awF~ တ္ဎေ 290 797 | awFP တ္ဏေ 289 798 | awFw တ္တေ 288 799 | awFx တ္ထေ 287 800 | awFK တ္ဒေ 286 801 | awFL တ္ဓေ 285 802 | awFe တ္နေ 284 803 | awFy တ္ပေ 283 804 | awFz တ္ဖေ 282 805 | awFA တ္ဗေ 281 806 | awFb တ္ဘေ 280 807 | awFr တ္မေ 279 808 | awFB တ္ယေ 278 809 | awFv တ္လေ 277 810 | awFo တ္သေ 276 811 | awF[ တ္ဟေ 275 812 | aKFu ဒ္ကေ 300 813 | aKFc ဒ္ခေ 299 814 | aKF: ဒ္ဂေ 298 815 | aKFC ဒ္ဃေ 297 816 | aKFp ဒ္စေ 296 817 | aKFq ဒ္ဆေ 295 818 | aKFZ ဒ္ဇေ 294 819 | aKF# ဒ္ဋေ 293 820 | aKFX ဒ္ဌေ 292 821 | aKF! ဒ္ဍေ 291 822 | aKF~ ဒ္ဎေ 290 823 | aKFP ဒ္ဏေ 289 824 | aKFw ဒ္တေ 288 825 | aKFx ဒ္ထေ 287 826 | aKFK ဒ္ဒေ 286 827 | aKFL ဒ္ဓေ 285 828 | aKFe ဒ္နေ 284 829 | aKFy ဒ္ပေ 283 830 | aKFz ဒ္ဖေ 282 831 | aKFA ဒ္ဗေ 281 832 | aKFb ဒ္ဘေ 280 833 | aKFr ဒ္မေ 279 834 | aKFB ဒ္ယေ 278 835 | aKFv ဒ္လေ 277 836 | aKFo ဒ္သေ 276 837 | aKF[ ဒ္ဟေ 275 838 | aLFu ဓ္ကေ 300 839 | aLFc ဓ္ခေ 299 840 | aLF: ဓ္ဂေ 298 841 | aLFC ဓ္ဃေ 297 842 | aLFp ဓ္စေ 296 843 | aLFq ဓ္ဆေ 295 844 | aLFZ ဓ္ဇေ 294 845 | aLF# ဓ္ဋေ 293 846 | aLFX ဓ္ဌေ 292 847 | aLF! ဓ္ဍေ 291 848 | aLF~ ဓ္ဎေ 290 849 | aLFP ဓ္ဏေ 289 850 | aLFw ဓ္တေ 288 851 | aLFx ဓ္ထေ 287 852 | aLFK ဓ္ဒေ 286 853 | aLFL ဓ္ဓေ 285 854 | aLFe ဓ္နေ 284 855 | aLFy ဓ္ပေ 283 856 | aLFz ဓ္ဖေ 282 857 | aLFA ဓ္ဗေ 281 858 | aLFb ဓ္ဘေ 280 859 | aLFr ဓ္မေ 279 860 | aLFB ဓ္ယေ 278 861 | aLFv ဓ္လေ 277 862 | aLFo ဓ္သေ 276 863 | aLF[ ဓ္ဟေ 275 864 | aeFu န္ကေ 300 865 | aeFc န္ခေ 299 866 | aeF: န္ဂေ 298 867 | aeFC န္ဃေ 297 868 | aeFp န္စေ 296 869 | aeFq န္ဆေ 295 870 | aeFZ န္ဇေ 294 871 | aeF# န္ဋေ 293 872 | aeFX န္ဌေ 292 873 | aeF! န္ဍေ 291 874 | aeF~ န္ဎေ 290 875 | aeFP န္ဏေ 289 876 | aeFw န္တေ 288 877 | aeFx န္ထေ 287 878 | aeFK န္ဒေ 286 879 | aeFL န္ဓေ 285 880 | aeFe န္နေ 284 881 | aeFy န္ပေ 283 882 | aeFz န္ဖေ 282 883 | aeFA န္ဗေ 281 884 | aeFb န္ဘေ 280 885 | aeFr န္မေ 279 886 | aeFB န္ယေ 278 887 | aeFv န္လေ 277 888 | aeFo န္သေ 276 889 | aeF[ န္ဟေ 275 890 | ayFu ပ္ကေ 300 891 | ayFc ပ္ခေ 299 892 | ayF: ပ္ဂေ 298 893 | ayFC ပ္ဃေ 297 894 | ayFp ပ္စေ 296 895 | ayFq ပ္ဆေ 295 896 | ayFZ ပ္ဇေ 294 897 | ayF# ပ္ဋေ 293 898 | ayFX ပ္ဌေ 292 899 | ayF! ပ္ဍေ 291 900 | ayF~ ပ္ဎေ 290 901 | ayFP ပ္ဏေ 289 902 | ayFw ပ္တေ 288 903 | ayFx ပ္ထေ 287 904 | ayFK ပ္ဒေ 286 905 | ayFL ပ္ဓေ 285 906 | ayFe ပ္နေ 284 907 | ayFy ပ္ပေ 283 908 | ayFz ပ္ဖေ 282 909 | ayFA ပ္ဗေ 281 910 | ayFb ပ္ဘေ 280 911 | ayFr ပ္မေ 279 912 | ayFB ပ္ယေ 278 913 | ayFv ပ္လေ 277 914 | ayFo ပ္သေ 276 915 | ayF[ ပ္ဟေ 275 916 | aAFu ဗ္ကေ 300 917 | aAFc ဗ္ခေ 299 918 | aAF: ဗ္ဂေ 298 919 | aAFC ဗ္ဃေ 297 920 | aAFp ဗ္စေ 296 921 | aAFq ဗ္ဆေ 295 922 | aAFZ ဗ္ဇေ 294 923 | aAF# ဗ္ဋေ 293 924 | aAFX ဗ္ဌေ 292 925 | aAF! ဗ္ဍေ 291 926 | aAF~ ဗ္ဎေ 290 927 | aAFP ဗ္ဏေ 289 928 | aAFw ဗ္တေ 288 929 | aAFx ဗ္ထေ 287 930 | aAFK ဗ္ဒေ 286 931 | aAFL ဗ္ဓေ 285 932 | aAFe ဗ္နေ 284 933 | aAFy ဗ္ပေ 283 934 | aAFz ဗ္ဖေ 282 935 | aAFA ဗ္ဗေ 281 936 | aAFb ဗ္ဘေ 280 937 | aAFr ဗ္မေ 279 938 | aAFB ဗ္ယေ 278 939 | aAFv ဗ္လေ 277 940 | aAFo ဗ္သေ 276 941 | aAF[ ဗ္ဟေ 275 942 | arFu မ္ကေ 300 943 | arFc မ္ခေ 299 944 | arF: မ္ဂေ 298 945 | arFC မ္ဃေ 297 946 | arFp မ္စေ 296 947 | arFq မ္ဆေ 295 948 | arFZ မ္ဇေ 294 949 | arF# မ္ဋေ 293 950 | arFX မ္ဌေ 292 951 | arF! မ္ဍေ 291 952 | arF~ မ္ဎေ 290 953 | arFP မ္ဏေ 289 954 | arFw မ္တေ 288 955 | arFx မ္ထေ 287 956 | arFK မ္ဒေ 286 957 | arFL မ္ဓေ 285 958 | arFe မ္နေ 284 959 | arFy မ္ပေ 283 960 | arFz မ္ဖေ 282 961 | arFA မ္ဗေ 281 962 | arFb မ္ဘေ 280 963 | arFr မ္မေ 279 964 | arFB မ္ယေ 278 965 | arFv မ္လေ 277 966 | arFo မ္သေ 276 967 | arF[ မ္ဟေ 275 968 | a#F# ဋ္ဋေ 293 969 | a#FX ဋ္ဌေ 292 970 | a!F! ဍ္ဍေ 291 971 | a!F~ ဍ္ဎေ 290 972 | auFuj က္ကြေ 300 973 | auFcj က္ခြေ 299 974 | auF:j က္ဂြေ 298 975 | auFCj က္ဃြေ 297 976 | auFpj က္စြေ 296 977 | auFqj က္ဆြေ 295 978 | auFZj က္ဇြေ 294 979 | auF#j က္ဋြေ 293 980 | auFXj က္ဌြေ 292 981 | auF!j က္ဍြေ 291 982 | auF~j က္ဎြေ 290 983 | auFPj က္ဏြေ 289 984 | auFwj က္တြေ 288 985 | auFxj က္ထြေ 287 986 | auFKj က္ဒြေ 286 987 | auFLj က္ဓြေ 285 988 | auFej က္နြေ 284 989 | auFyj က္ပြေ 283 990 | auFzj က္ဖြေ 282 991 | auFAj က္ဗြေ 281 992 | auFbj က္ဘြေ 280 993 | auFrj က္မြေ 279 994 | auFBj က္ယြေ 278 995 | auFvj က္လြေ 277 996 | auFoj က္သြေ 276 997 | auF[j က္ဟြေ 275 998 | a:Fuj ဂ္ကြေ 300 999 | a:Fcj ဂ္ခြေ 299 1000 | a:F:j ဂ္ဂြေ 298 1001 | a:FCj ဂ္ဃြေ 297 1002 | a:Fpj ဂ္စြေ 296 1003 | a:Fqj ဂ္ဆြေ 295 1004 | a:FZj ဂ္ဇြေ 294 1005 | a:F#j ဂ္ဋြေ 293 1006 | a:FXj ဂ္ဌြေ 292 1007 | a:F!j ဂ္ဍြေ 291 1008 | a:F~j ဂ္ဎြေ 290 1009 | a:FPj ဂ္ဏြေ 289 1010 | a:Fwj ဂ္တြေ 288 1011 | a:Fxj ဂ္ထြေ 287 1012 | a:FKj ဂ္ဒြေ 286 1013 | a:FLj ဂ္ဓြေ 285 1014 | a:Fej ဂ္နြေ 284 1015 | a:Fyj ဂ္ပြေ 283 1016 | a:Fzj ဂ္ဖြေ 282 1017 | a:FAj ဂ္ဗြေ 281 1018 | a:Fbj ဂ္ဘြေ 280 1019 | a:Frj ဂ္မြေ 279 1020 | a:FBj ဂ္ယြေ 278 1021 | a:Fvj ဂ္လြေ 277 1022 | a:Foj ဂ္သြေ 276 1023 | a:F[j ဂ္ဟြေ 275 1024 | apFuj စ္ကြေ 300 1025 | apFcj စ္ခြေ 299 1026 | apF:j စ္ဂြေ 298 1027 | apFCj စ္ဃြေ 297 1028 | apFpj စ္စြေ 296 1029 | apFqj စ္ဆြေ 295 1030 | apFZj စ္ဇြေ 294 1031 | apF#j စ္ဋြေ 293 1032 | apFXj စ္ဌြေ 292 1033 | apF!j စ္ဍြေ 291 1034 | apF~j စ္ဎြေ 290 1035 | apFPj စ္ဏြေ 289 1036 | apFwj စ္တြေ 288 1037 | apFxj စ္ထြေ 287 1038 | apFKj စ္ဒြေ 286 1039 | apFLj စ္ဓြေ 285 1040 | apFej စ္နြေ 284 1041 | apFyj စ္ပြေ 283 1042 | apFzj စ္ဖြေ 282 1043 | apFAj စ္ဗြေ 281 1044 | apFbj စ္ဘြေ 280 1045 | apFrj စ္မြေ 279 1046 | apFBj စ္ယြေ 278 1047 | apFvj စ္လြေ 277 1048 | apFoj စ္သြေ 276 1049 | apF[j စ္ဟြေ 275 1050 | aZFuj ဇ္ကြေ 300 1051 | aZFcj ဇ္ခြေ 299 1052 | aZF:j ဇ္ဂြေ 298 1053 | aZFCj ဇ္ဃြေ 297 1054 | aZFpj ဇ္စြေ 296 1055 | aZFqj ဇ္ဆြေ 295 1056 | aZFZj ဇ္ဇြေ 294 1057 | aZF#j ဇ္ဋြေ 293 1058 | aZFXj ဇ္ဌြေ 292 1059 | aZF!j ဇ္ဍြေ 291 1060 | aZF~j ဇ္ဎြေ 290 1061 | aZFPj ဇ္ဏြေ 289 1062 | aZFwj ဇ္တြေ 288 1063 | aZFxj ဇ္ထြေ 287 1064 | aZFKj ဇ္ဒြေ 286 1065 | aZFLj ဇ္ဓြေ 285 1066 | aZFej ဇ္နြေ 284 1067 | aZFyj ဇ္ပြေ 283 1068 | aZFzj ဇ္ဖြေ 282 1069 | aZFAj ဇ္ဗြေ 281 1070 | aZFbj ဇ္ဘြေ 280 1071 | aZFrj ဇ္မြေ 279 1072 | aZFBj ဇ္ယြေ 278 1073 | aZFvj ဇ္လြေ 277 1074 | aZFoj ဇ္သြေ 276 1075 | aZF[j ဇ္ဟြေ 275 1076 | aPFuj ဏ္ကြေ 300 1077 | aPFcj ဏ္ခြေ 299 1078 | aPF:j ဏ္ဂြေ 298 1079 | aPFCj ဏ္ဃြေ 297 1080 | aPFpj ဏ္စြေ 296 1081 | aPFqj ဏ္ဆြေ 295 1082 | aPFZj ဏ္ဇြေ 294 1083 | aPF#j ဏ္ဋြေ 293 1084 | aPFXj ဏ္ဌြေ 292 1085 | aPF!j ဏ္ဍြေ 291 1086 | aPF~j ဏ္ဎြေ 290 1087 | aPFPj ဏ္ဏြေ 289 1088 | aPFwj ဏ္တြေ 288 1089 | aPFxj ဏ္ထြေ 287 1090 | aPFKj ဏ္ဒြေ 286 1091 | aPFLj ဏ္ဓြေ 285 1092 | aPFej ဏ္နြေ 284 1093 | aPFyj ဏ္ပြေ 283 1094 | aPFzj ဏ္ဖြေ 282 1095 | aPFAj ဏ္ဗြေ 281 1096 | aPFbj ဏ္ဘြေ 280 1097 | aPFrj ဏ္မြေ 279 1098 | aPFBj ဏ္ယြေ 278 1099 | aPFvj ဏ္လြေ 277 1100 | aPFoj ဏ္သြေ 276 1101 | aPF[j ဏ္ဟြေ 275 1102 | awFuj တ္ကြေ 300 1103 | awFcj တ္ခြေ 299 1104 | awF:j တ္ဂြေ 298 1105 | awFCj တ္ဃြေ 297 1106 | awFpj တ္စြေ 296 1107 | awFqj တ္ဆြေ 295 1108 | awFZj တ္ဇြေ 294 1109 | awF#j တ္ဋြေ 293 1110 | awFXj တ္ဌြေ 292 1111 | awF!j တ္ဍြေ 291 1112 | awF~j တ္ဎြေ 290 1113 | awFPj တ္ဏြေ 289 1114 | awFwj တ္တြေ 288 1115 | awFxj တ္ထြေ 287 1116 | awFKj တ္ဒြေ 286 1117 | awFLj တ္ဓြေ 285 1118 | awFej တ္နြေ 284 1119 | awFyj တ္ပြေ 283 1120 | awFzj တ္ဖြေ 282 1121 | awFAj တ္ဗြေ 281 1122 | awFbj တ္ဘြေ 280 1123 | awFrj တ္မြေ 279 1124 | awFBj တ္ယြေ 278 1125 | awFvj တ္လြေ 277 1126 | awFoj တ္သြေ 276 1127 | awF[j တ္ဟြေ 275 1128 | aKFuj ဒ္ကြေ 300 1129 | aKFcj ဒ္ခြေ 299 1130 | aKF:j ဒ္ဂြေ 298 1131 | aKFCj ဒ္ဃြေ 297 1132 | aKFpj ဒ္စြေ 296 1133 | aKFqj ဒ္ဆြေ 295 1134 | aKFZj ဒ္ဇြေ 294 1135 | aKF#j ဒ္ဋြေ 293 1136 | aKFXj ဒ္ဌြေ 292 1137 | aKF!j ဒ္ဍြေ 291 1138 | aKF~j ဒ္ဎြေ 290 1139 | aKFPj ဒ္ဏြေ 289 1140 | aKFwj ဒ္တြေ 288 1141 | aKFxj ဒ္ထြေ 287 1142 | aKFKj ဒ္ဒြေ 286 1143 | aKFLj ဒ္ဓြေ 285 1144 | aKFej ဒ္နြေ 284 1145 | aKFyj ဒ္ပြေ 283 1146 | aKFzj ဒ္ဖြေ 282 1147 | aKFAj ဒ္ဗြေ 281 1148 | aKFbj ဒ္ဘြေ 280 1149 | aKFrj ဒ္မြေ 279 1150 | aKFBj ဒ္ယြေ 278 1151 | aKFvj ဒ္လြေ 277 1152 | aKFoj ဒ္သြေ 276 1153 | aKF[j ဒ္ဟြေ 275 1154 | aLFuj ဓ္ကြေ 300 1155 | aLFcj ဓ္ခြေ 299 1156 | aLF:j ဓ္ဂြေ 298 1157 | aLFCj ဓ္ဃြေ 297 1158 | aLFpj ဓ္စြေ 296 1159 | aLFqj ဓ္ဆြေ 295 1160 | aLFZj ဓ္ဇြေ 294 1161 | aLF#j ဓ္ဋြေ 293 1162 | aLFXj ဓ္ဌြေ 292 1163 | aLF!j ဓ္ဍြေ 291 1164 | aLF~j ဓ္ဎြေ 290 1165 | aLFPj ဓ္ဏြေ 289 1166 | aLFwj ဓ္တြေ 288 1167 | aLFxj ဓ္ထြေ 287 1168 | aLFKj ဓ္ဒြေ 286 1169 | aLFLj ဓ္ဓြေ 285 1170 | aLFej ဓ္နြေ 284 1171 | aLFyj ဓ္ပြေ 283 1172 | aLFzj ဓ္ဖြေ 282 1173 | aLFAj ဓ္ဗြေ 281 1174 | aLFbj ဓ္ဘြေ 280 1175 | aLFrj ဓ္မြေ 279 1176 | aLFBj ဓ္ယြေ 278 1177 | aLFvj ဓ္လြေ 277 1178 | aLFoj ဓ္သြေ 276 1179 | aLF[j ဓ္ဟြေ 275 1180 | aeFuj န္ကြေ 300 1181 | aeFcj န္ခြေ 299 1182 | aeF:j န္ဂြေ 298 1183 | aeFCj န္ဃြေ 297 1184 | aeFpj န္စြေ 296 1185 | aeFqj န္ဆြေ 295 1186 | aeFZj န္ဇြေ 294 1187 | aeF#j န္ဋြေ 293 1188 | aeFXj န္ဌြေ 292 1189 | aeF!j န္ဍြေ 291 1190 | aeF~j န္ဎြေ 290 1191 | aeFPj န္ဏြေ 289 1192 | aeFwj န္တြေ 288 1193 | aeFxj န္ထြေ 287 1194 | aeFKj န္ဒြေ 286 1195 | aeFLj န္ဓြေ 285 1196 | aeFej န္နြေ 284 1197 | aeFyj န္ပြေ 283 1198 | aeFzj န္ဖြေ 282 1199 | aeFAj န္ဗြေ 281 1200 | aeFbj န္ဘြေ 280 1201 | aeFrj န္မြေ 279 1202 | aeFBj န္ယြေ 278 1203 | aeFvj န္လြေ 277 1204 | aeFoj န္သြေ 276 1205 | aeF[j န္ဟြေ 275 1206 | ayFuj ပ္ကြေ 300 1207 | ayFcj ပ္ခြေ 299 1208 | ayF:j ပ္ဂြေ 298 1209 | ayFCj ပ္ဃြေ 297 1210 | ayFpj ပ္စြေ 296 1211 | ayFqj ပ္ဆြေ 295 1212 | ayFZj ပ္ဇြေ 294 1213 | ayF#j ပ္ဋြေ 293 1214 | ayFXj ပ္ဌြေ 292 1215 | ayF!j ပ္ဍြေ 291 1216 | ayF~j ပ္ဎြေ 290 1217 | ayFPj ပ္ဏြေ 289 1218 | ayFwj ပ္တြေ 288 1219 | ayFxj ပ္ထြေ 287 1220 | ayFKj ပ္ဒြေ 286 1221 | ayFLj ပ္ဓြေ 285 1222 | ayFej ပ္နြေ 284 1223 | ayFyj ပ္ပြေ 283 1224 | ayFzj ပ္ဖြေ 282 1225 | ayFAj ပ္ဗြေ 281 1226 | ayFbj ပ္ဘြေ 280 1227 | ayFrj ပ္မြေ 279 1228 | ayFBj ပ္ယြေ 278 1229 | ayFvj ပ္လြေ 277 1230 | ayFoj ပ္သြေ 276 1231 | ayF[j ပ္ဟြေ 275 1232 | aAFuj ဗ္ကြေ 300 1233 | aAFcj ဗ္ခြေ 299 1234 | aAF:j ဗ္ဂြေ 298 1235 | aAFCj ဗ္ဃြေ 297 1236 | aAFpj ဗ္စြေ 296 1237 | aAFqj ဗ္ဆြေ 295 1238 | aAFZj ဗ္ဇြေ 294 1239 | aAF#j ဗ္ဋြေ 293 1240 | aAFXj ဗ္ဌြေ 292 1241 | aAF!j ဗ္ဍြေ 291 1242 | aAF~j ဗ္ဎြေ 290 1243 | aAFPj ဗ္ဏြေ 289 1244 | aAFwj ဗ္တြေ 288 1245 | aAFxj ဗ္ထြေ 287 1246 | aAFKj ဗ္ဒြေ 286 1247 | aAFLj ဗ္ဓြေ 285 1248 | aAFej ဗ္နြေ 284 1249 | aAFyj ဗ္ပြေ 283 1250 | aAFzj ဗ္ဖြေ 282 1251 | aAFAj ဗ္ဗြေ 281 1252 | aAFbj ဗ္ဘြေ 280 1253 | aAFrj ဗ္မြေ 279 1254 | aAFBj ဗ္ယြေ 278 1255 | aAFvj ဗ္လြေ 277 1256 | aAFoj ဗ္သြေ 276 1257 | aAF[j ဗ္ဟြေ 275 1258 | arFuj မ္ကြေ 300 1259 | arFcj မ္ခြေ 299 1260 | arF:j မ္ဂြေ 298 1261 | arFCj မ္ဃြေ 297 1262 | arFpj မ္စြေ 296 1263 | arFqj မ္ဆြေ 295 1264 | arFZj မ္ဇြေ 294 1265 | arF#j မ္ဋြေ 293 1266 | arFXj မ္ဌြေ 292 1267 | arF!j မ္ဍြေ 291 1268 | arF~j မ္ဎြေ 290 1269 | arFPj မ္ဏြေ 289 1270 | arFwj မ္တြေ 288 1271 | arFxj မ္ထြေ 287 1272 | arFKj မ္ဒြေ 286 1273 | arFLj မ္ဓြေ 285 1274 | arFej မ္နြေ 284 1275 | arFyj မ္ပြေ 283 1276 | arFzj မ္ဖြေ 282 1277 | arFAj မ္ဗြေ 281 1278 | arFbj မ္ဘြေ 280 1279 | arFrj မ္မြေ 279 1280 | arFBj မ္ယြေ 278 1281 | arFvj မ္လြေ 277 1282 | arFoj မ္သြေ 276 1283 | arF[j မ္ဟြေ 275 1284 | END_TABLE 1285 | --------------------------------------------------------------------------------