Special characters in rhtml

Is there any pattern how to use non-english fonts right in rhtml file?
Using
ą is frustrating.

Thanks,
Szczepan

To create a Thai language in Rails, what I need is an Editor which
support
Thai language. No special method need in Rails side. However, you might
find the escape method, ( the “h” method), useful.

Cheer,
Tom

Thanks, It really works.

I switched encoding of files in Eclipse to utf-8, which made my editor
sensitive to my local fonts, then running Webrick shows them correctly.

2005/12/26, Anocha Yimsiriwattana < [email protected]>: