Yanick a écrit :
> In the project I'm workin on, we also need accented characters
> (frnech), and using UTF-8 alone will not work. I had to set the HTML

Why wouldn't it?  UTF-8 encodes Unicode, which contains all known
characters.  I've used it on all my i18n'd projects for years.

> encoding to ISO-8859-1, and have every XML responses return UTF-8

Latin-1 is dead, dead, dead.  It doesn't even contain the € symbol or
the œ letter, for crying out loud!  Talk about FR support!

> encoded strings. I don't know exactly why UTF-8 would not work with
> HTML, but with this combinaison, there's no need to convert special

You're obviously doing a wrong conversion somewhere on your process chain.

-- 
Christophe Porteneuve a.k.a. TDD
"[They] did not know it was impossible, so they did it." --Mark Twain
Email: [EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to