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.
1 parent e8806e0 commit 398a7a6Copy full SHA for 398a7a6
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