issues
search
kobjects
/
kxml2
Small XmlPull compatible parser
MIT License
41
stars
21
forks
source link
Fix serialization and parsing for beyond BMP, add tests
#3
Closed
mihnita
closed
7 years ago
mihnita
commented
7 years ago
Fixed the parsing (potential buffer size problems)
Fixed the serialization (was still wrong)
Added test units for parsing (Reader & InputStream) and serialization (Writer & OutputStream)
testWb() was already failing, I did not touch it