QGIS/resources/function_help
Richard Duivenvoorde b47c6a9c1e
Use QRegularExpression::UseUnicodePropertiesOption in regular expressions (#41507)
Should fix: #41453 in which values holding UTF diacritics were not handled.
While these expressions are used for (international) text values, I think
they should be usable with Unicode (instead of ASCII only)

See:
https://doc.qt.io/qt-5/qregularexpression.html
and:
https://doc.qt.io/qt-5/qregularexpression.html#PatternOption-enum
2021-02-13 09:24:33 +10:00
..