|
|
|
|
|
by axby
1599 days ago
|
|
Thanks a lot for trying it and the feedback! Assuming C++ standard regex supports unicode, then this should be easy enough. I never thought to try this. I'll see if I can implement it later today or this weekend. Do you think the spelled out "alpha" should map to the same thing as "<unicode alpha character>"? Also, do you mind if I ask how you are entering Greek letters directly? (e.g. are you a Greek speaker, using a Greek keyboard?) I'd like to better understand how people would like to use this. I'm happy to accommodate whatever I can, and I'm relying on people asking for it directly since I don't have any sort of tracking implemented. (The android version doesn't even request any INTERNET permission (or any permission).) |
|
I've setup my keyboard (on linux) so that the CAPS-LOCK key acts as a "dead greek" composer. If I press "CAPSLOCK+a" it types "α", and so on.
> Do you think the spelled out "alpha" should map to the same thing as "<unicode alpha character>"?
My unpopular opinion is that typing "alpha" should compute the product of the five values, equivalent to "a^2lph".