send2trash/send2trash
Andrew Senetar f9fcdb8d8c
Fix legacy windows platform for multibyte unicode
- Add handling to create correctly sized buffer even with multibyte
characters as len() in python does not line up with what
create_unicode_buffer() needs for length.
- Add test for single and multiple files
2021-03-10 21:41:30 -06:00
..
IFileOperationProgressSink.py Add IFileOperationProgressSink 2021-03-02 19:23:43 -06:00
__init__.py Fix some flake8 errors and cleanup 2020-06-18 21:47:06 -05:00
__main__.py Create __main__.py (Fixes #15) (#38) 2020-05-27 07:52:00 -04:00
compat.py Fix some flake8 errors and cleanup 2020-06-18 21:47:06 -05:00
exceptions.py Cleanup flake8 issues 2021-03-01 23:44:03 -06:00
plat_gio.py Windows Performance Improvement & Multi-Item support (#43) 2020-06-03 12:49:41 -04:00
plat_osx.py Windows Performance Improvement & Multi-Item support (#43) 2020-06-03 12:49:41 -04:00
plat_other.py Cleanup flake8 issues 2021-03-01 23:44:03 -06:00
plat_win.py Fix some flake8 errors and cleanup 2020-06-18 21:47:06 -05:00
plat_win_legacy.py Fix legacy windows platform for multibyte unicode 2021-03-10 21:41:30 -06:00
plat_win_modern.py Add IFileOperationProgressSink 2021-03-02 19:23:43 -06:00