QRegExp a("\\p{Arabic}");qDebug() << a.exactMatch("ل");
QRegExp("\\p{IsArabic}+", Qt::CaseSensitive, QRegExp::W3CXmlSchema11);
QRegExp a("\\p{IsArabic}+", Qt::CaseSensitive, QRegExp::W3CXmlSchema11);qDebug() << a.exactMatch(QString::fromUtf8("؛"));