I understand that different operating systems use different characters for functions.
Such as the following I know are not allowed in a windows filename:
*<>[]=+”/
Is there a list of characters that ether can or be can't used as universally as possible? (Don't worry about obscure operating systems; Windows,Linux and OS X are sufficient)
Thanks