Escaped output + html subfilter
Created by: Anonymous
Original issue 313 created by yohann.lou... on 2013-02-15T18:29:20.000Z:
What steps will reproduce the problem?
1.Create a properties file with some html in the value such as
key=value with html
2.Create a custom filter based off "okf_properties-html-subfilter"
3.In the output tab of the filter, enable escape all extended character
4.Save the filter and verify that escapeExtendedChars.b=true
5.Extract the properties file created at step 1 using the previously created custom filter.
java -jar tikal.jar -x test.properties -fc okf_properties@ htmlsubescaped.fprm -ie utf-8 -oe utf-8
6.In the extracted file, add extended ascii char to the target language
value with html
välûé wîth html
7.Using this xlf, regenerate the target file.
java -jar tikal.jar -m test.properties.xlf -fc okf_properties@ htmlsubescaped.fprm -ie utf-8 -oe utf-8
What is the expected output? What do you see instead?
The expected output is a java properties file with extended char being escaped
What version of the product are you using? On what operating system?
Windows7 64 bit. Java 1.7.0_02 Okapi19 Official Release
Please provide any additional information below.
The attached zip contain the extraction log, the original source file, the modified xlf with extended char, the custom filter and the output file.