Uh oh!
There was an error while loading. Please reload this page.
Add bgnpcgn-Afgn-Latn-2007 system - #7
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ronaldtse
commented
Nov 18, 2019
@manuel489 I've updated the file and fixed some issues. Notice that not all characters can be copied and pasted, we will need to use the unicode numbers directly, sometimes multiple code points for a single character (e.g. |
ronaldtse
commented
Nov 18, 2019
|
manuelfuenmayor
commented
Nov 20, 2019
Hi @ronaldtse, I'd like to make some comments:
|
Could you explain which these cases are?
The language code should be
Each source character should be implemented as a separate rule. e.g. these: # VOWELS 'ئه'/ 'ه' : 'e' # See notes 1 and 5'ئا'/ 'ا' : 'a' # See note 1'ئي'/ 'ي' : 'î' # See notes 1, 6 and 7Should be implemented as: # VOWELS 'ئه': 'e' # See notes 1 and 5'ه': 'e' # See notes 1 and 5'ئا': 'a' # See note 1'ا': 'a' # See note 1'ئي': 'î' # See notes 1, 6 and 7'ي': 'î' # See notes 1, 6 and 7 |
Uh oh!
There was an error while loading. Please reload this page.
@ronaldtse, for example: |
| a. Initially, it indicates that the word begins with a vowel or diphthong; the alif itself is not romanized, but rather the short vowel it “carr es” is romanized; e.g., ميړ أَسَلم ژرَندَه → Mī Aslam Zhrandah | ||
| a. Initially, it indicates that the word begins with a vowel or | ||
| diphthong; the alif itself is not romanized, but rather the short vowel | ||
| it “carr es” is romanized; e.g., ميړ أَسَلم ژرَندَه → Mī Aslam Zhrandah |
There was a problem hiding this comment.
@ronaldtse, why text paragraphs must be splitted in several lines?
There was a problem hiding this comment.
Ah, because it reads better in the editor :-)
| - 'a' | ||
| - 'â' | ||
| # Both e and i are available to romanize this short vowel, |
There was a problem hiding this comment.
Same for these comments to be on separate lines. In addition, comments and code lines should be separate, so that git tracks the actual change in code vs comments, instead of mixing changes for code vs comments.
0451f70 to
344b3c6CompareAhMohsen46
commented
Sep 20, 2020
superseded by https://github.com/interscript/interscript/pull/441 |
From @manuel489