1770 Posts in 495 Topics by 531 members
Blog Module
SilverStripe Forums » Blog Module » Tag Cloud in Blog Module shows ? instead of ä, ö, ü
Discuss the Blog Module.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
| Go to End | ||
| Author | Topic: | 2586 Views |
-
Re: Tag Cloud in Blog Module shows ? instead of ä, ö, ü

14 February 2010 at 5:48am
Ah, maybe, I’m not a developer. In any case, the blog of the last site I’ve done is in French and it can show the chars ä, ö, ü, etc.
Thanks for contributing with your ticket.
Juan -
Re: Tag Cloud in Blog Module shows ? instead of ä, ö, ü

16 February 2010 at 2:13pm
This case only non latin languages i think, English, French, German must be ok, but Chinese and Russian may case problems.
-
Re: Tag Cloud in Blog Module shows ? instead of ä, ö, ü

24 June 2010 at 6:07am Last edited: 24 June 2010 6:11am
WOW=) Thanks Juanitou, that seamed to do the trick. Just by adding "mb_" to the line. Im not a programmer so I dont know what the extra letters mean, but the main thing is that it works now, =)
"
I had to use some htmlentities() for the Archive widget and the following change in line 55 of TagCloudWidget.php:$theseTags = split(" *, *", mb_strtolower(trim($entry->Tags)));
Also, try to save your templates in UTF8 without BOM.
" -
Re: Tag Cloud in Blog Module shows ? instead of ä, ö, ü

9 July 2010 at 6:24am
"I had to use some htmlentities() for the Archive widget" What kind of changes did you do to the Archive widget Juan?
Ive noticed that the change made to the line in TagCloudWidget.php fixed the problem with the non english characters in the tagcloud but the actual link code is still not working and showing %C3%A4 instead of non english characters (äåö).
| 2586 Views | ||
| Go to Top |


