mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-10-31 22:05:58 +00:00
c4dcfd3d4b
* Accents are getting removed from Unicode characters to generate similar "words". * Non-latin characters which cannot be processed that way (eg. japanese, greek, russian, etc.) should not be filtered out at all otherwise files are erroneously skipped or detected as dupes if only some characters make it passed the filter. * Starting from an arbitrary unicode codepoint (converted to decimal), above which we know it is pointless to try any sort of processing, we leave the characters as is. * Fix #878. |
||
---|---|---|
.. | ||
__init__.py | ||
app_test.py | ||
base.py | ||
block_test.py | ||
cache_test.py | ||
conftest.py | ||
directories_test.py | ||
engine_test.py | ||
exclude_test.py | ||
fs_test.py | ||
ignore_test.py | ||
markable_test.py | ||
prioritize_test.py | ||
result_table_test.py | ||
results_test.py | ||
scanner_test.py |