-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Function to Type Ryssian Cyrillic Letters #404
Comments
Let's start initially with a file whose lines are like:
Then, we'll have to understand other subtle points that this simple 'russian iast' mapping does not represent. |
a а ?backwards? |
trial 1Notes:
|
Note cyrillic reference |
Thanks so much, it works!
What do you mean by backwards? Cyrillic looks similar to Latin, but they have different Unicode numbers. Let's move one.
So we need |
change 1This change slightly different from the previous comment.
Thus джньяна does not work, but джнаяна does work, as does джнана. Another source I used is https://www.lexilogos.com/keyboard/russian_conversion.htm. If there are many other rules required, it might be efficient for you to experiment with a local installation which includes csl-apidev. You could adjust rules in cyrillic_slp1.xml until satisfied. |
As mentioned I would want to be able to type Russian letters in https://sanskrit-lexicon.uni-koeln.de/simple/ so they would be converted to latin. We'v developed a VBEE converter we use for EmEditor. The order of the replacements matters. Let's take an example:
If we search for "джня" it should return "jña" which in return in
simple
might give as "jñā" as well.If we would start with:
We would miss this case:
Only at word endings:
Only at word beginnings:
What format should I convert it to @funderburkjim?
_IAST-Rus_Converter_1.2.txt
The text was updated successfully, but these errors were encountered: