commit | 7423903eee3f01e5781fa6840ee08ccf5f26e800 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun May 12 17:29:34 2013 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun May 12 17:29:34 2013 +0300 |
tree | bddce80672b458bbe7145f45d0a20015f08f73f2 | |
parent | 988aba3ba34631a335066b5f12db8f0035bec28d [diff] |
Issue #17606: Fixed support of encoded byte strings in the XMLGenerator characters() and ignorableWhitespace() methods. Original patch by Sebastian Ortiz Vasquez.