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 encoding to ISO-8859-1, and have every XML responses return UTF-8 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 characters into any entities like that (except for the XML 1.0 entities : & ' " < and >)
On 8 mai, 22:02, wizard <[EMAIL PROTECTED]> wrote: > no problem, about the name :-) > > to me it seems strange, beceause i got this problem only in this > livesearch-appliaction. > anything else in my browser (IE 7.0 or Firefox) make no problems. > > doesn't this mean, something in the script has to be changed? > > On 8 Mai, 11:14, Janko Mivšek <[EMAIL PROTECTED]> wrote: > > > Hi Broschir, > > > You need to strictly use Unicode (UTF-8) encoding and you shouldn't have > > such problems. > > > Best regards > > Janko > > > wizard wrote: > > > hello > > > > i got prototype vers. 1.5.1 for the AJAX - livesearch- script, and i > > > got a problem with some words, using �,�,�,etc. > > > this words look like this: > > > > Brosch?r > > > > what can i do, to fix this problem? > > > hope to get answers, thanx. > > > -- > > Janko Miv�ek > > AIDA/Web > > Smalltalk Web Application Serverhttp://www.aidaweb.si --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
