D
Duncan Booth
If you are sending the user a form you should be specifying the acceptableweheh said:Hi Duncan, thanks for the reply.
Will this work under the following situation? Let's say the user is
filling out a text field on a form on my website. The user has their
browser encoding set to utf8. My website has charset=windows-1252 as
you indicate above. Will I run into a conflict somewhere?
character sets with the accept-charset attribute on the form tag. Basically
the rule should be to pick an appropriate character set and stick to it.
don't depend on defaults, be explicit.