• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

? in filenames

It could be an error in your file system. Run chkdsk (scandisk). It's only a problem for FAT32 and NTFS to my knowledge.
 
Here "?" is a perfectly valid character for a filename:

$touch "?"
$ls -l "?"
-rw-r--r-- 1 user group 0 2006-09-19 20:58 ?

If you're talking about Windows they could really be ?s in the filename, NTFS supports just about any character you can think of or they could be filenames in another character set and Explorer just doesn't know how to display them.
 
Back
Top