Hi,
am having troubles with Slovene characters in rails.
If I set
<meta http-equiv="Content-type" content="text/html;
charset=utf-8" />
I am not getting Slovene characters in Views (I mean RHTML). However
everithyng is fine with data that comes from data base.
if I set :
<meta http-equiv="Content-type" content="text/html;
charset=windows-1250" />
everything works (in RHTM and from database).
However, in MySQL string fields are working, while text field is not
working. I am getting exceptions, if I am trying to save Slovene text to
text field.
How to set Slovene, (Czech, Slovak, Croat etc.) characters under Rails,
MySql and UTF-8?
Regards,
Klemen
--
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---