Jskad's converter now has ACIP-to-Unicode built in. There are known
bugs; it is pre-alpha. It's usable, though, and finds tons of errors in ACIP input files, with the user deciding just how pedantic to be. The biggest outstanding bug is the silent one: treating { }, space, as tsheg instead of whitespace when we ought to know better.
This commit is contained in:
parent
d5ad760230
commit
1982c5847b
11 changed files with 355 additions and 244 deletions
|
@ -37,5 +37,6 @@ interface FontConversion
|
|||
whichConversion, which must be one of the known conversions.
|
||||
@return true on success, false otherwise */
|
||||
boolean doConversion(ConvertDialog cd, File oldFile,
|
||||
File newFile, String whichConversion);
|
||||
File newFile, String whichConversion,
|
||||
String warningLevel);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue