Skip to content

Enable Unicode support in QRegularExpression where needed

Ahmad Samir requested to merge work/ahmad/unicode-regex into master

This fixes a QRegExp to QRegularExpression porting bug; QRegExp is always Unicode-aware whereas with QRegularExpression the UseUnicodePropertiesOption options needs to be set.

See: ktexteditor#10 (closed)

Merge request reports