Skip to content

Commit

Permalink
Add README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansche committed Sep 15, 2016
1 parent 2c3c57f commit 4f35a95
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Mymr/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Myanmar Unicode Keyboard

Experimental code sample of a Myanmar composing keyboard with conversion from Zawgyi font encoding to Unicode.

This is not an official Google product.

## Features

* On-screen ("soft") keyboard for Burmese following Myanmar3 layout.
* Key character map for physical keyboard, overlaying Myanmar3 layout onto a QWERTY keyboard.
* Incremental composition of grapheme clusters.
* Stand-alone library for composing grapheme clusters and serializing them in canonical storage order.
* Soft key for conversion from Zawgyi. Converts clipboard contents from Zawgyi to Unicode and inserts the resulting Unicode text.
* Physical keyboard shortcut (Ctrl-Shift-V) for conversion from Zawgyi.
* Stand-alone library for Zawgyi-to-Unicode conversion.

0 comments on commit 4f35a95

Please sign in to comment.