Skip to content

Use Unicode-aware QReguarlExpression where needed

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

This fixes a QRegExp to QRegularExpression porting bug: QRegExp has Unicode support by default, whereas QReguarlExpression will enable Unicode support only if QRegularExpression::UseUnicodePropertiesOption is set.

See: ktexteditor#10 (closed)

Edited by Ahmad Samir

Merge request reports