We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8806e0 + 398a7a6 commit 166376dCopy full SHA for 166376d
README.md
@@ -53,7 +53,7 @@ loop {
53
_ => (),
54
}
55
56
- Ok(Event::Text(e)) => txt.push(e.unescape().unwrap().into_owned()),
+ Ok(Event::Text(e)) => txt.push(e.decode().unwrap().into_owned()),
57
58
// There are several other `Event`s we do not consider here
59
0 commit comments