weboob-devel/weboob/browser
Laurent Bachelier fd3484e063 filters: Add Unicode normalization to CleanText
With a default to 'NFC'.
This is inspired by python-ftfy, which has a nice explanation of the modes:
https://github.com/LuminosoInsight/python-ftfy

I think K is too strong to be a default, however C has zero visual differences
and should be the most common way to represent Unicode characters.
2014-10-19 00:28:43 +02:00
..
filters filters: Add Unicode normalization to CleanText 2014-10-19 00:28:43 +02:00
__init__.py rename things related to browsers 2014-10-07 00:30:07 +02:00
browsers.py pep8: Use "X not in Y" instead of "not X in Y" 2014-10-11 01:27:24 +02:00
cookies.py rename things related to browsers 2014-10-07 00:30:07 +02:00
elements.py ability to select an ItemElement 2014-10-11 16:55:59 +02:00
exceptions.py rename things related to browsers 2014-10-07 00:30:07 +02:00
pages.py pep8 blank lines fixes 2014-10-10 23:41:44 +02:00
profiles.py Update android user agent 2014-10-17 11:36:18 +02:00
sessions.py pep8 blank lines fixes 2014-10-10 23:41:44 +02:00
url.py pep8 blank lines fixes 2014-10-10 23:41:44 +02:00