Walter Lee Davis wrote: > What happens when you code your form with an accept-charset attribute, > set to UTF-8? Does IE respect that? > > <form action="blah" method="post" accept-charset="UTF-8">
I doesn't change anything. The CMS we're using is 8-bit clean, which means what the users put in, it spits out to the site. Now maybe we still need to publish things to the site like this, but when we're showing things in the UI we need to encode it as UTF-8 before sending it to the browser? -- Michael Peters Developer Plus Three, LP --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
