Jskad keyboards are now configured via keyboards.ini, a file that has
comments that explain its function. It's quite simple. This is in response to Jeff C. H. Wu's request.
This commit is contained in:
parent
dcb36ec338
commit
78dc46a979
6 changed files with 115 additions and 23 deletions
|
@ -282,7 +282,8 @@ public class TibetanMachineWeb implements THDLWylieConstants {
|
|||
InputStreamReader isr = new InputStreamReader(url.openStream());
|
||||
BufferedReader in = new BufferedReader(isr);
|
||||
|
||||
System.out.println("reading "+fileName);
|
||||
System.out.println("Reading Tibetan Machine Web code table "
|
||||
+ fileName);
|
||||
String line;
|
||||
boolean hashOn = false;
|
||||
boolean isSanskrit = false; //FIXME: this is never read.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue