Map English characters to Ethiopic phonetics
Example
HE | HU | HI | HA | HEE | H | HO |
---|---|---|---|---|---|---|
ሀ | ሁ | ሂ | ሃ | ሄ | ህ | ሆ |
#Usage
1. <script src="src/ethiopicinput.min.js"></script>
2. <input id="myInput" style="width:300px;" />
3. <script>
$("#myInput").ethiopicInput();
</script>