pugixml icon indicating copy to clipboard operation
pugixml copied to clipboard

Implement optional line information

Open zeux opened this issue 11 years ago • 0 comments

This issue was filed on Google Code: https://code.google.com/p/pugixml/issues/detail?id=79

Sometimes the current offset information is hard to use and users are willing to sacrifice some additional performance/memory to translate offsets into lines.

Right now it can be done externally (http://stackoverflow.com/questions/21003471/convert-pugixmls-result-offset-to-column-line/21014028#21014028) but this does not work if encoding conversion has to be performed.

zeux avatar Oct 26 '14 08:10 zeux