- Parameter "errors" was not used anymore. Is now fixed and a test case was added. Thanks powo for reporting.
- Clarified the meaning of the
encoding
parameter. It is used as the encoding if an explicit encoding is missing in the rtf file. As the majority of rtf files is encoded in ANSI, this is now the default. Fixes #41. Thanks to plessbd and stevengj
- Parameter
encoding
is now always encoded toutf-8
output. This release fixes some of the troubles with encodings. Thanks to plessbd, stevengj and nikita-petrashen
- Added parameter
encoding
to rtf_to_text which is set toutf-8
as a default. Thanks to jnth
- Fixes #32
Thanks to akBeater, amirali1690
- Fixes #31
- Fixes #29
- Fixes #20
- Fixes #28
- Added a new parameter "errors" which accepts "strict" (default) and "ignore" as options on how to handle encoding errors.
- Add support for ansicpg encoding (e.g. windows-1250) with #19
Contributed by Jan
- Fixes #18. Small code improvements
- Fixes #17. Restore python2 compatibility. This will be the last version to support that!
- migrate to github actions
- Fixed ldblquote (spotted by Ziyang(Claude) Hu)
- Wrong upload to pypi
- Fix for #6
- Added version to cli
- Switched to pytest
- Removed f-string in setup.py (below python 3.6 fails to install)
- Added
__version__
attribute
- Add CR LR processing (contributed by Simon)
- fix for #3
- added cli
- fixed wrong download url in setup.py
- nested cells are also separated with '|'
- Initial version