Hi all, I check for invalid file names under windows and I got the warning otmainwindow.cpp:1408:18: warning: unknown escape sequence: '\040' The code is QString forbid="\" / \ * , ? < > | : . = "; To me, the only escape sequence of my string is \". What I am doing wrong ? Thanks for your help Alain