You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@roller.apache.org by Yuichi Takahashi <d8...@u-aizu.ac.jp> on 2006/08/09 01:40:07 UTC

When it uses Japanese on Blog entry title,...

Hello,

We are using roller on our university un-official blog portal site:
http://blogs.u-aizu.ac.jp/roller/

Now we have the problem of 2byte character(of course, Japanese).
When it uses Japanese on blog entry title, this charactor itself is
encoded successfully, but entry rendering has trouble. In particular,
only the entry within Japanese title article cannot be displayed, and
blog toppage is displayed....

Following URLs show success and fault example:
http://blogs.u-aizu.ac.jp/roller/page/Administration?entry=welcome_to_the_university_of
http://blogs.u-aizu.ac.jp/roller/page/Administration?entry=%E3%82%AB%E3%83%86%E3%82%B4%E3%83%AA%E3%81%AF%E8%BF%BD%E5%8A%A0%E3%81%A7%E3%81%8D%E3%81%BE%E3%81%991

Can this problem solve on user level setting?

We use...

roller: 2.3
mysql: 4.0.24
tomcat: 5.5.17
Apache: 2.0.55
OS: Solaris10

-- 
Yuichi Takahashi, Ph.D. Student
F.C.S. Lab, Univ. of Aizu, Fukushima, Japan.
Mail: d8051104@u-aizu.ac.jp

Re: When it uses Japanese on Blog entry title,...

Posted by Anil Gangolli <an...@busybuddha.org>.
I looked at your blog and the permalink looks like it is properly encoded. 
This suggests that the permalink is getting mangled during the request.

First make sure that the URIEncoding="UTF-8" is set on all of the Connector 
configurations you are have enabled in Tomcat's server.xml.   Enable the 
HTTP Connector for testing.

Then try connecting to Tomcat directly on the HTTP Connector (not through 
Apache) and see if you have the same issue.

If you don't see the issue directly but you do see it when you connect 
through Apache, then check the corresponding Connector on Tomcat and the 
config on the httpd as well.

--a.


----- Original Message ----- 
From: "Yuichi Takahashi" <d8...@u-aizu.ac.jp>
To: <ro...@incubator.apache.org>
Sent: Tuesday, August 08, 2006 4:40 PM
Subject: When it uses Japanese on Blog entry title,...


> Hello,
>
> We are using roller on our university un-official blog portal site:
> http://blogs.u-aizu.ac.jp/roller/
>
> Now we have the problem of 2byte character(of course, Japanese).
> When it uses Japanese on blog entry title, this charactor itself is
> encoded successfully, but entry rendering has trouble. In particular,
> only the entry within Japanese title article cannot be displayed, and
> blog toppage is displayed....
>
> Following URLs show success and fault example:
> http://blogs.u-aizu.ac.jp/roller/page/Administration?entry=welcome_to_the_university_of
> http://blogs.u-aizu.ac.jp/roller/page/Administration?entry=%E3%82%AB%E3%83%86%E3%82%B4%E3%83%AA%E3%81%AF%E8%BF%BD%E5%8A%A0%E3%81%A7%E3%81%8D%E3%81%BE%E3%81%991
>
> Can this problem solve on user level setting?
>
> We use...
>
> roller: 2.3
> mysql: 4.0.24
> tomcat: 5.5.17
> Apache: 2.0.55
> OS: Solaris10
>
> -- 
> Yuichi Takahashi, Ph.D. Student
> F.C.S. Lab, Univ. of Aizu, Fukushima, Japan.
> Mail: d8051104@u-aizu.ac.jp
>