Issue #68 binary data export, assigning names to characters via SymbolClass tag

This commit is contained in:
Jindra Pet��k
2013-04-20 14:00:59 +02:00
parent 3e0eb0fe48
commit f6b3c559f0
10 changed files with 126 additions and 19 deletions
@@ -872,6 +872,7 @@ public class ABC {
}
return -1;
}
public int findScriptByPath(String name) {
for (int c = 0; c < script_info.length; c++) {
String s = script_info[c].getPath(this);