JSON Filter: inline code finder doesn't properly escape code contents on output

Issue #681 resolved
Chase Tingley created an issue

To reproduce: use the attached JSON and config:

tikal.sh -fc okf_json@html.fprm -x test.json
tikal.sh -fc okf_json@html.fprm -m test.json.xlf

The resulting test.out.json file will be corrupt, because the double quotes in the value for foo are not escaped. The code finder is converting the <a> tag data to codes, but the inline attributes aren't re-escaped on output.

Comments (2)

  1. Log in to comment