pali_alphabet {tipitaka} | R Documentation |
Pali alphabet in order
pali_alphabet
The Pali alphabet in traditional order.
# Returns TRUE because a comes before b in Pali:
match("a", pali_alphabet) < match("b", pali_alphabet)
# Returns FALSE beceause c comes before b in Pali
match("b", pali_alphabet) < match("c", pali_alphabet)