I am facing an issue with the jtidy parser with the following chinese content:
<para>所示回报信息以美元表述,并且用如上所示的股份类别进行计算,已扣除所有基金运营费用,e 未扣除销售 费用。</para>
After parsing it returns an extra e after character "e" like...
<para>所示回报信息以美元表述,并且用如上所示的股份类别进行计算,已扣除所有基金运营费用,ee 未扣除销售 费用。</para>.
I am using latest version of jtidy.
所示回报信息以美元表述,并且用如上所示的股份类别进行计算,已扣除所有基金运营费用,e
– AnilGoud May 06 '15 at 10:40