Yeah, I've got this as the first line in my resin.xml:

    <character-encoding>UTF-8</character-encoding>

But it is insufficient.


On Mar 11, 2014, at 16:45 , Alex Rojkov <a...@caucho.com> wrote:

> In Resin you should be able to specify that with character-encoding tag at 
> web-app | host | cluster | resin level. 
> 
> http://www.caucho.com/resin-4.0/reference.xtp#characterencoding
> 
> Thanks,
> Alex
> 
>> I apologize, since this isn't strictly a Resin issue, but:
>> 
>> I used to have this in my web.xml:
>> 
>> <jsp-config>
>>      <jsp-property-group>
>>              <url-pattern>*.jsp</url-pattern>
>>              <page-encoding>UTF-8</page-encoding>
>>      </jsp-property-group>
>> </jsp-config>
>> 
>> How do I duplicate that effect in Servlet 3.0/Spring Java-only configuration?
>> 
>> Thanks!
>> 
>> -- 
>> Rick
>> 
>> 
>> 
>> _______________________________________________
>> resin-interest mailing list
>> resin-interest@caucho.com
>> http://maillist.caucho.com/mailman/listinfo/resin-interest
> 
> 
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest


-- 
Rick



Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to