We have a problem about storing tags (Umbraco.Tags) with turkish characters
in database. We are seeing the correct version of tags in the umbraco admin panel view. But when we want to pull them from database to show in the site, it is replacing
Since tags are stored as csv on the content itself there's no problem while editing the content item. But umbraco converts all non-english characters to english replacement while storing tags in cmsTags table.
Turkish Character Problem in Umbraco.Tags
Hi,
We have a problem about storing tags (Umbraco.Tags) with turkish characters
in database. We are seeing the correct version of tags in the umbraco admin panel view. But when we want to pull them from database to show in the site, it is replacing
Is there any solution?
Thanks.
Hello Yigit,
Did you manage to find a solution?
Regards...
Since tags are stored as csv on the content itself there's no problem while editing the content item. But umbraco converts all non-english characters to english replacement while storing tags in cmsTags table.
This is fixed in https://github.com/umbraco/Umbraco-CMS/commit/8175e68ecd034e28b360da5e2b83fb203ef1fd32
Hello Burki,
I used Tagliatelle Tag Manager 1.0.2 package for tags. This package does not convert Turkish characters.
Thanx Osman, I'll take a look at it. In the meantime, I've submitted a bug report also
http://issues.umbraco.org/issue/U4-9307#
is working on a reply...