1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00
miniflux-v2/internal/reader/xml
Julien Voisin b193bc212a
refactor(xml): improve the performances of NewXMLDecoder
- Invert a condition to make the code more readable
- Extract the encoding directly from the slice of bytes instead of converting
  it to string first.
2025-01-30 19:37:06 -08:00
..
decoder.go refactor(xml): improve the performances of NewXMLDecoder 2025-01-30 19:37:06 -08:00
decoder_test.go Regression: ensure all HTML documents are encoded in UTF-8 2023-12-01 16:52:03 -08:00