| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-08-24 | 452 Bytes | |
| v0.38.3 - Fix EOL normalization in some cases source code.tar.gz | 2025-08-24 | 1.5 MB | |
| v0.38.3 - Fix EOL normalization in some cases source code.zip | 2025-08-24 | 1.5 MB | |
| Totals: 3 Items | 3.0 MB | 0 | |
What's Changed
Bug Fixes
- [#895]: Fix incorrect normalization of
\rXEOL sequences whereXis a char which is UTF-8 encoded as [c2 xx], except [c2 85].
Misc Changes
- [#895]: Add new
xml10_content()andxml11_content()methods which behaves the same ashtml_content()andxml_content()methods, but express intention more clearly.
Full Changelog: https://github.com/tafia/quick-xml/compare/v0.38.2...v0.38.3