Have you checked your text editor encoding? Maybe it's silly to ask
about that, but some IDEs like NetBeans ocassionaly have small
problems with correct encoding :)

On Feb 15, 8:40 am, Ralph Shnelvar <li...@ruby-forum.com> wrote:
> I have I18n working.
>
> I translated my en.yml file to German (de.yml) and hae set DE as the
> default language in environment.rb.
>
> Everything is almost working.
>
> My problem is that I am getting this
>  
> char ... instead of this
>   ä
> on the screen displays.
>
> I have set
>   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
> and also tried
>   <meta http-equiv="Content-Type" content="text/html;
> charset=iso-8859-1">
> and neither produce the right result.
>
> Any suggestions?
> --
> 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-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to