Robert Chilton's experience inspired me to make the handling of errors and
warnings in ACIP->Tibetan conversion much more configurable. You can now choose from short or long error messages, for one thing. You can change the severity of almost all warnings. Each error and warning has an error code. Errors and warnings are better tested. The converter GUI has a new checkbox for short messages; the converter CLI has a new mandatory option for short messages. I also fixed a bug whereby certain errors were not being appended to the 'errors' StringBuffer.
This commit is contained in:
parent
cc5d096918
commit
e2d42f36eb
22 changed files with 1106 additions and 506 deletions
|
@ -144,3 +144,21 @@ thdl.log.line.breaking.algorithm = false
|
|||
# disappears from the input. We turn these guys into Unicode escapes
|
||||
# when this is false. We leave it buggy when this is true.
|
||||
thdl.do.not.fix.rtf.hex.escapes = false
|
||||
|
||||
# ACIP->Tibetan conversions have numerous warnings. If you want to
|
||||
# see warning 501 even at the "Some" level, just change the option
|
||||
# thdl.acip.to.tibetan.warning.severity.501 to Some. You cannot make
|
||||
# a warning into an error, and you cannot make an error into a
|
||||
# warning. 504 and 510 cannot be downgraded; they are always
|
||||
# "Some"-level.
|
||||
thdl.acip.to.tibetan.warning.severity.501 = Most
|
||||
thdl.acip.to.tibetan.warning.severity.502 = All
|
||||
thdl.acip.to.tibetan.warning.severity.503 = All
|
||||
thdl.acip.to.tibetan.warning.severity.504 = Some
|
||||
thdl.acip.to.tibetan.warning.severity.505 = Some
|
||||
thdl.acip.to.tibetan.warning.severity.506 = Some
|
||||
thdl.acip.to.tibetan.warning.severity.507 = Most
|
||||
thdl.acip.to.tibetan.warning.severity.508 = Some
|
||||
thdl.acip.to.tibetan.warning.severity.509 = Most
|
||||
thdl.acip.to.tibetan.warning.severity.510 = Some
|
||||
thdl.acip.to.tibetan.warning.severity.511 = Some
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue