I've added a command-line converter,
org.thdl.tib.input.TMW_RTF_TO_THDL_WYLIE. It converts RTF files consisting of TMW characters to the corresponding THDL Extended Wylie. It supports --find-some-non-tmw mode, which allows you to ensure that no unusual characters will spoil the conversion. The converter has built-in intelligence that allows it to handle Tahoma '{', '}', and '\\' characters properly. The converter works on mixed Roman/TMW also, but --find-some-non-tmw and --find-all-non-tmw modes are not as useful. Invoke org.thdl.tib.input.TMW_RTF_TO_THDL_WYLIE, which resides in Jskad's jar, with no command-line options to see usage information.
This commit is contained in:
parent
17ea8fdf2a
commit
e2a9720d9b
7 changed files with 345 additions and 17 deletions
|
@ -23,6 +23,10 @@
|
|||
# system-specific.
|
||||
thdl.user.options.directory =
|
||||
|
||||
# Set this to true if you want more messages (probably on the console)
|
||||
# about what's going on.
|
||||
thdl.verbose = false
|
||||
|
||||
# Set this to the full path of Jskad's working directory. When you go
|
||||
# to open a file or to save a file, this is the path you'll see first.
|
||||
thdl.Jskad.working.directory =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue