Moved ^M to punctuation section.
Removed obsolete comment.
This commit is contained in:
parent
522812996e
commit
1f4d53be2e
1 changed files with 1 additions and 12 deletions
|
@ -5,16 +5,6 @@
|
|||
// - initial // marks a comment
|
||||
// - blank lines should be ignored
|
||||
// - <?x?> marks a command
|
||||
// - the commands are:
|
||||
// Consonants - set of consonants in tibetan
|
||||
// Numbers - set of numbers in tibetan
|
||||
// Vowels - set of vowels
|
||||
// Other - other characters: punctuation, etc.
|
||||
// Input - those codes which serve basis for wylie input method
|
||||
// subtypes: Input:Punctuation, Input:Vowels, Input:Tibetan,
|
||||
// Input:Numbers, Input:Sanskrit
|
||||
// ToWylie - codes only needed for duff to wylie conversion, including vowels
|
||||
// Ignore - ignore until another command is reached
|
||||
|
||||
<?Input:Punctuation?>
|
||||
//_~32,1~0,32
|
||||
|
@ -55,6 +45,7 @@ H~239,1~~8,92~~~~~~~0F7F
|
|||
// mappings, where [8,91] does not map to any TM glyph (though you
|
||||
// could argue that it should become what [8,90] becomes).
|
||||
M~~~8,91~~~~~~~0F7E
|
||||
^M~241,1~~8,94~~~~~~~0F83
|
||||
|
||||
// plutao:
|
||||
&~177,4~~8,93~~~~~~~0F85
|
||||
|
@ -732,8 +723,6 @@ M~238,1~~8,90~~~~~~~0F7E
|
|||
~~~10,45~~~~~~~0F0B
|
||||
// Special combination:
|
||||
o'i~156,5~~10,61~~~~~~~f7c,f60,f72
|
||||
// DLC FIXME: make this punctuation:
|
||||
^M~241,1~~8,94~~~~~~~0F83
|
||||
//punctuation
|
||||
_~32,1~~1,32~~~~~~~0020
|
||||
~45,1~~1,45~~~~~~~0F0B
|
||||
|
|
Loading…
Reference in a new issue