Skip to content

Component: improve check for non-ASCII characters

Ahmad Samir requested to merge work/ahmad/ascii into master

QChar::isLetterOrNumber() will return true if a character is in the Letter_* or Number_* unicode categories, that is much more than just a-zA-Z0-9.

GIT_SILENT

Merge request reports