kokoye2007 / waitzar

Automatically exported from code.google.com/p/waitzar
Other
0 stars 1 forks source link

Ordering issues in most keyboards. #179

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Lionslayer reports the following characters aren't re-ordered right in Unicode:

"ျ - ြ-ွ-ှ" (Unicode encoding)

The upper vowels cause a lot of the problem: "(ိ,ီ)"

For "ya-yit", Zawgyi gets it right but the other keyboards don't. So we can 
borrow some of it's reordering rules (Ayar keyboard will need special rules b/c 
of its own encoding scheme).

For the other 3, here are some test cases:
လှိုင် = v+d+I+i+f
ပီွပီွပွမ်ပွမ် မော်တော်ကား
ကိွကိွကွကွ သကားများ
စကားများ
ကိျကိျတက်ချမ်းသာ

We have to:
  1) Write test cases that trigger this, possibly related ordering bugs?
  2) Fix this
  3) Ensure tests pass

Original issue reported on code.google.com by seth.h...@gmail.com on 13 Dec 2010 at 9:43

GoogleCodeExporter commented 9 years ago
Additionally:
Sequences with -ျ -ြ -ွ -ှ problems will occur with the combination of 
-ိ -ီ -ံ. 

Will add to the test cases.

Original comment by seth.h...@gmail.com on 14 Dec 2010 at 9:07

GoogleCodeExporter commented 9 years ago
Fixed most. 
Ayar might not be perfect.
myWin has lots of problems; they'll have to wait for the next release. 

Original comment by seth.h...@gmail.com on 14 Dec 2010 at 6:39