if it wont delete the folder because you cant type the filename because of the non standard character, try temporarily moving the non effected files and folders out of that directory into another folder, then just just do a rm -rf "*" wildcard.. that way it will delete any file or folders that are effected by the non standard character. just an idea..