Skip to content
Commit c21b7625 authored by Augustin Bouverot's avatar Augustin Bouverot Committed by hydrargyrum
Browse files

[boursorama] Fix non alphanum characters virtual keyboard crash

In python3 the str.isalpha() (same for str.isalnum()) method returns True
if every symbol in the string is defined as "Letter" in the unicode
character database. It includes non "ASCII alphabetical" characters,
leading to a virtual keyboard crash.
We set a regexp in module.py to solve this issue.
parent 48d72716
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment