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

Steve Swinsburg steve.swinsburg at gmail.com
Fri Mar 5 01:29:18 PST 2010


Hi,

I fixed this in trunk today, so it's ready for a merge to the branches.

cheers,
Steve


On 05/03/2010, at 7:29 PM, Miriam esteve wrote:

> 
> 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
> 
> 
> _______________________________________________
> 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"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20100305/d6455bc3/attachment.html 


More information about the sakai-dev mailing list