Created attachment 54458 [details] Detect encoding and convert it no unicode Some banks use iso-8859-1 or other encoding in their pages. Because of this, regular expressions with accents fails to match. Example: Page: https://webp.caixa.gov.br/fundos/lista_fundos_voce.asp?Link=voce&flag_internet= Regular expression: FI AÇÕES PETROBRAS  10\/07\/00 1,50 \d{2,2}/\d{2,2}/\d{2,2}   (\d+,\d+) Attached, a patch to mitigate the problem. azlev.
SVN commit 1205823 by tbaumgart: Detect and use correct character decoder when scanning web-pages for price information BUG: 259605 M +7 -1 webpricequote.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1205823
SVN commit 1205826 by tbaumgart: Detect and use correct character decoder when scanning web-pages for price information Backported to stable branch BUG: 259605 M +7 -1 webpricequote.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1205826