You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
A safe Rust RTF parser & lexer library designed for speed and memory efficiency, with no external dependencies.
9
9
10
-
It implements the last version of the RTF specification (1.9), with modern UTF-16 unicode support.
10
+
It implements the last version of the RTF specification (1.9), with modern UTF-16 unicode support, including special characters (emdash, endash, quotes, etc)
11
11
12
12
The official documentation is available at [docs.rs/rtf-parser](https://docs.rs/rtf-parser).
0 commit comments