David Chapman removed some lines from tibwn.ini. That breaks TM<->TMW
mappings, so I've put them back, but with the EWTS non-correspondences \tmwXYYY. Jskad no longer supports superscribed or subscribed numerals, because EWTS does not.
This commit is contained in:
parent
ccdebf6719
commit
896344f2d1
3 changed files with 44 additions and 12 deletions
|
@ -195,7 +195,7 @@ public class TibetanMachineWeb implements THDLWylieConstants {
|
|||
/** comma-delimited list of supported numbers (superscribed,
|
||||
subscribed, normal, half-numerals): */
|
||||
private static final String numbers
|
||||
= "0,1,2,3,4,5,6,7,8,9,>0,>1,>2,>3,>4,>5,>6,>7,>8,>9,<0,<1,<2,<3,<4,<5,<6,<7,<8,<9";
|
||||
= "0,1,2,3,4,5,6,7,8,9";
|
||||
|
||||
/** comma-delimited list of supported punctuation and
|
||||
miscellaneous characters: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue