tuankhac / share-extras

Automatically exported from code.google.com/p/share-extras
0 stars 0 forks source link

Special characters in Blog Dashlet display incorrectly #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a new blog entry with a random title and the following content: 
"äöü"
2. Then look at the Blog Dashlet on the Site Dashboard

What is the expected output? What do you see instead?
Expected output: "äöü"
Instead I see: "äöü"

Original issue reported on code.google.com by bigande...@gmail.com on 13 Oct 2010 at 7:29

GoogleCodeExporter commented 8 years ago
Fixed in r182. This appears to be due to the blog rich text editor saving the 
HTML entities for accented characters in the post content, which the dashlet 
was then HTML-escaping before displaying. Needs raising upstream, but this fix 
stops the ampersands being encoded again in the dashlet.

Original comment by will.abson on 4 Mar 2011 at 5:20