Update:
#hashtags in this plugins tweets come with a html-link.
this is how the output should be:
‘Unser Rezeptwettbewerb mit franz?sischem #Ziegenk?se (hashtag with hyperlink)’
this is the actual output:
‘Unser Rezeptwettbewerb mit franz?sischem ?se (no link at all)’
this is the source-code from chrome:
‘Unser Rezeptwettbewerb mit franz?sischem ?se’
somehow the link does not include anything, and the the adress breaks just in the middle of the searchstring. exactly when coding the ‘?’ to ‘%C3’. maybe something in the plugin does not use the utf-8 encoding properly?
thanks for any comments on this.