Hmm. Cannot reproduce it.
It may be some issue before such string come to erb.
Set MinSeverity=0 in rhoconfig.txt and you will see in the log html text
sent to browser .
If your view can contain some non-ascii symbols add meta to layout.erb:
<head>
<link href="/public/css/base.css" type="text/css"
rel="stylesheet"/>
<link href="/public/css/application.css" type="text/css"
rel="stylesheet"/>
<META http-equiv="Content-Type" content="text/html;
charset=UTF-8">
If you use 1-4-unstable branch just get update - I fixed some ut8-related
issues.
Regards,
Evgeny.
--
You received this message because you are subscribed to the Google Groups
"rhomobile" group.
To post to this group, send email to
rhom...@googlegroups.com.
To unsubscribe from this group, send email to
rhomobile+...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/rhomobile?hl=.