' in Subject Line
I have an upload form that sends an email to the uploader when their files are uploaded. I give the client the opportunity to name the group of files. That name is used by the email form to sent the client an email where the subject line is named Project: (Client's Data). My problem is that when the client enters an apostrophe it gets changed to ' instead of an apostrophe. Example: if the client entered "My Project's Files" then the email will have in the subject line "Project: My Project's Files". Any idea how I can fix this?