[Building Sakai] Blog Tool encoding problem

Daniel Merino daniel.merino at unavarra.es
Thu Mar 26 02:08:25 PDT 2009


Hi, Steve and Yan-hong.

The solution given in this JIRA: 
http://bugs.sakaiproject.org/jira/browse/SAK-13631 fixes that problem.

We have another problem with the Blogger tool: the option "View member's 
blog" shows all the members of the site, but clicking on them doesn't 
show nothing. Even if you click on your own user, blogger says that you 
haven't entries to show. However, if you click on "View my blog" you can 
see your own entries.

I have tried it in the 2.5.4 test server 
http://qa5-us.sakaiproject.org/portal and the problem is there too. And 
I don't see any JIRA about it. Is this solved anywhere?

Regards.

Steve Swinsburg escribió:
> Hi,
>
> I think this is the same issue as reported here:
> http://jira.sakaiproject.org/jira/browse/SAK-14332
>
> Can you take a look and confirm if it is? If so, will endeavour a fix 
> ASAP.
>
>
> cheers,
> Steve
>
> ---
> Steve Swinsburg
> Portal Systems Developer
> Centre for e-Science
> Lancaster University
> Lancaster
> LA1 4YT
>
> email: s.swinsburg at lancaster.ac.uk <mailto:s.swinsburg at lancaster.ac.uk>
> phone: +44 (0) 1524 594870
>
>
>
>
>
>
>
> On 25 Mar 2009, at 15:05, Yan-hong Lin wrote:
>
>> Hello,
>> I'm trying the Blog tool.
>> It works well with type english title/messages.
>> But has problems when input characters like "新標題"("New Title" in 
>> Chinese).
>> The jsp program received wrong encoding parameters using 
>> request.getParameter().
>> I try with code below...
>> out.println(request.getParameter("PostForm:idTitle"));
>> Result is wrong encoded text output.
>> And code below has correct output.
>> out.println(new 
>> String(request.getParameter("PostForm:idTitle").getBytes("ISO-8859-1"), 
>> "UTF-8"));
>> There are no effects if add request.setCharacterEncoding("UTF-8") or 
>> request.setCharacterEncoding("ISO-8859-1") before test code.
>> So I think the problem is Blog Tool are not full UTF-8 support.
>> Does anyone have suggestions for resolve this problem?
>> I want to fix by modify source code, and publish the solution.
>> Thanks.
>> lyhcode
>> _______________________________________________
>> sakai-dev mailing list
>> sakai-dev at collab.sakaiproject.org 
>> <mailto:sakai-dev at collab.sakaiproject.org>
>> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>>
>> TO UNSUBSCRIBE: send email to 
>> sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of 
>> "unsubscribe"
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>
> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of "unsubscribe"

-- 
Daniel Merino
daniel.merino at unavarra.es
Gestor de teleformación - Centro Superior de Innovación Educativa.
Tfno: 948-168489 - Universidad Pública de Navarra.
--
En lo único que estoy de acuerdo con las personas que quisieran haber 
vivido hace 40 años es que yo también quisiera que ellos hubieran vivido 
hace 40 años. (Perich)


More information about the sakai-dev mailing list