Hi. Now that the HTML Serializers are back I've tried them out but I can't get them to just leave special entities alone.
Input: or £
Output if (translate special entities) true:   £
Output if (translate special entities) false: (space) or £
There's no scenario where I can get it to output or £
None of the other command line options make any difference.
Related to ticket #107 maybe? escapeXml() needs adjustment? I don't have any experience with Version 2.7 yet (first version with the HTML Serializers back on the command line) but for this example it works as expected.
Also related,
transSpecialEntitiesToNCR is not exposed on the command line but should have been brought back when the html serializers were reinstated. The command line help text should list the html serializers too.
Hi Seanster,
In the current trunk (which will become v2.17 when released) I've got this unit test passing:
Does that cover the case?