Hi, I have weird characters in my view, like: Armeni� Jordani� Isra�l ect. How can i solve this problem? Grtz..remco -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Do you have your charset set to utf-8 in the head of your html? Are the values coming from a database? --Tom On Nov 5, 3:46 pm, Remco Swoany <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hi, > > I have weird characters in my view, like: > > Armeni > Jordani > Isra l > ect. > > How can i solve this problem? > > Grtz..remco > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
TomRossi7 wrote:> Do you have your charset set to utf-8 in the head of your html? Are > the values coming from a database? > > --Tom > > On Nov 5, 3:46�pm, Remco Swoany <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>Tom, The values coming from my database (mysql). My header is: <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> remco -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Have you tried changing the charset to utf-8? On Nov 6, 2:34 am, Remco Swoany <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> TomRossi7 wrote: > > Do you have your charset set to utf-8 in the head of your html? Are > > the values coming from a database? > > > --Tom > > > On Nov 5, 3:46 pm, Remco Swoany <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > > Tom, > > The values coming from my database (mysql). > > My header is: > > <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> > > remco > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---