I was assisting a Tibetan user with an issue typing Sanskrit stacks today. We were both reading the documentation for the keyboard and both running into the same problem -- we just could not get the stacks to form. We were both running in Vista so I knew that the problem was not rendering.
We both tried to type pad<space><space>+ma<space>, which according to the documentation, as we read it, should give us པདྨ but was instead giving us པད+མ་.
So I did a little research. I took the source file for the keyboard and searched for a couple of the stacked characters -- in this case, I searched for the Unicode character Tibetan subjoined ma (U+0FA8). As soon as I found it in the source, I understood the problem. The source line read:
"+m" + " " > U+0FA8
We needed to type just +m, not +ma.
Now when I go back to the documentation and read it again, it seems obvious enough. But it clearly isn't, because three different people have read the same instructions and made the same mistake.
Now I have a new item on my list: clarify the stacking instructions in the Tibetan EWTS keyboard!
Nice posting. Do you know about these Sanskrit books?
http://www.YogaVidya.com/freepdfs.html
Posted by: sfauthor | November 11, 2009 at 02:39 PM
The EWTS spec seems to be currently down an thlib.org but from my recollection, པདྨ should be transliterated as pad+ma (or just pad+m should be okay, too). On the keyboard I built bundled in Mac OS 10.5 and later, either will work. This should also be true for the Wylie keyman layout I wrote. I imagine this is likewise how TISE ( a common tool for typing Wylie in Windows) does it, though I'm not 100% sure. Using the Wylie transliteration scheme for an input method has its challenges, and the spec is not really complete vis-a-vis the Unicode block of Tibetan. But in any case, a proper implementation should not force you to type two spaces after pad.
Posted by: Chris | December 21, 2009 at 06:48 AM