Skip to content
Snippets Groups Projects
Select Git revision
0 results

libxml2

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Nick Wellnhofer authored
    xmlCtxtReadDoc used to create an input stream involving
    xmlNewStringInputStream. This would create a stream without an input
    buffer, causing problems with encodings (see #34).
    
    After commit aab584dc3, an error was returned even with UTF-8 encodings
    which happened to work before.
    
    Make xmlCtxtReadDoc call xmlCtxtReadMemory which doesn't suffer from
    these issues. Also fix htmlCtxtReadDoc.
    
    Fixes #397.
    8e47bfa4
    History
    Name Last commit Last update