Hello,
I have a letter which is Ę́  This is unicde U+0118 U+0301. In dev I am using X as my dk and E.  I am wonder if this looks right for combining unicode on keyman?
dk(X) + 'E' > U+0118 U+0301 
Thanks,
Mark
Topic combining unicode
We have two new locations for Keyman technical support:
- SIL Keyman Community - for general Keyman technical support
 - Stack Overflow - for support on creating keyboard layouts with Keyman Developer
 
The Tavultesoft Forums are now read only.
| # combining unicode 2013-03-09 02:56:53.550 | |
|---|---|
| Mark Hancock | |
| # RE: combining unicode 2013-03-10 06:55:56.827 | |
| Marc Durdin Tavultesoft Staff  | That's pretty close, just don't forget the rule to generate the deadkey first:
 + 'X' > dk(X)  |