[Building Sakai] Blogger titles with foreign characters problem solved!

Miriam esteve miesvesakai at gmail.com
Fri Mar 5 00:29:42 PST 2010


Hi to all!
The blogger had a problem, Accents or other foreign characters in the title
didn't work properly, but the solution is here:

Just changing it in UploadFilter.java

String str = new String(item.getString().getBytes(),"UTF-8");
by
String str = item.getString("UTF-8");

(I've Sakai 2.6.1)

Here is Jira's Issue:
http://jira.sakaiproject.org/browse/SAK-13631

I hope that helps someone.

Greetings!

-- 

Miriam Esteve Velázquez
Analista-Programadora
miriam.esteve at setival.com
miesvesakai at gmail.com
902 05 06 02
www.samoo.es
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20100305/f5e7047d/attachment.html 


More information about the sakai-dev mailing list