tab character parsed incorrectly
Brought to you by:
leethomason
Bug in TinyXML version 2.6.2 and below:
TinyXML is not able to read a single "	" character, but parses it as an empty string. However having this tab character as part of a larger string seems to work fine.
Here's a shortened version of an xml to reproduce the bug. The last item is erroneously read as an empty string.
<?xml version="1.0" encoding="UTF-8" ?>
<ReconTool>
<ValidColumnSeparators>
<Item>,</Item>
<Item>;</Item>
<Item>	</Item>
</ValidColumnSeparators>
</ReconTool>
Best regards, ZenJu
Hi I started working on it. Please assign it to me.