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

Anthony Whyte arwhyte at umich.edu
Fri Mar 5 03:20:52 PST 2010


Fix merged to 2.7.x, r7422 as well as the 2.6.x and 2.5.x branches.

Cheers,

Anth



On Mar 5, 2010, at 11:29 AM, Steve Swinsburg wrote:

> 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"
> 
> _______________________________________________
> 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-qa/attachments/20100305/fcf2bee1/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2417 bytes
Desc: not available
Url : http://collab.sakaiproject.org/pipermail/sakai-qa/attachments/20100305/fcf2bee1/attachment.bin 


More information about the sakai-qa mailing list