RSS Importer and non-english languages
-
Member
RSS Importer and non-english languages
Hi,
I have an issue with RSS importer. it works great and everything, but with English or Latin based languages.
when it comes to other languages like Arabic, it works find but it can't grab the words for tagging.
so the end result the tag cloud has not tags for the new added titles.
is there is any way to solve that.
-
Member
I think the issue is with the following function in tags.php file
function tags_normalize_string($string) {
$string = preg_replace('/[\.\,] *$/', "", $string);
$string = str_replace(array(chr(216).chr(140),'+'),array(',' ,','),$string);
return utf8_strtolower($string);
}
any ideas?
-
Member
did any one manage to make the TAG feature in RSS importer work with Arabic, Hebrew or any non Latin language, if yes how?
Similar Threads
-
By bookmarkshub in forum Questions & Comments
Replies: 1
Last Post: 04-24-2011, 06:49 PM
-
By mishhho in forum Questions & Comments
Replies: 2
Last Post: 12-19-2010, 05:26 AM
-
By jdleung in forum Questions & Comments
Replies: 1
Last Post: 09-27-2007, 03:30 AM
-
By NEC in forum Questions & Comments
Replies: 6
Last Post: 02-16-2007, 06:08 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules