fixes #7115: [xml] does not work with characters other than the Latin

This commit is contained in:
Martin Aeschlimann
2016-06-16 09:38:59 +02:00
parent f5898acf16
commit b0ffe29313
2 changed files with 11 additions and 11 deletions

View File

@@ -75,7 +75,7 @@
</dict>
</dict>
<key>match</key>
<string> (?:([-_a-zA-Z\p{L}0-9]+)((:)))?([a-zA-Z\p{L}-]+)</string>
<string> (?:([-_\p{L}\d]+)((:)))?([\p{L}-]+)</string>
</dict>
<dict>
<key>include</key>