Good afternoon,
I have windows-1251 charset of my pages and when I use standart code in tag cloud
{exp:tag:cloud gallery="gallery" category="1" groups="10" step="3" limit="40"}
< a href ="{path=’tags/tag’}{websafe_tag}" title="{tag_name}" style="font-size:{step}px;">{tag}< /a >
{/exp:tag:cloud}
to show russian tags in browser row, I collided with small problem with output (look picture)
I think problem can be solved by using tag_id in links. I mean next
“{path=’tags/tag’}{tag_id}”
but this code not work.
Thanks!
