hi
i try to use regular expressions in php (e.g. $addressPattern = '/addressLines:\["[\w\s\düäöÄÖÜß-]+","[\w\s\düäöÄÖÜß-]+"\]/'; ) to get all addresse (with Umlauts as well), but it does not work : i get no addresses with Umlauts (äöü letters)
On my local machine(with german localization)...