There is Unicode Character issue in Title links of Linkbacks box. All unicode characters (Vietnamese become ?).
Here is the screenshot:
Could you please check and fix?
This is a discussion on LinkBacks Box - Unicode Character errors within the Bug Reporting forums, part of the vBSEO Google/Yahoo Sitemap category; There is Unicode Character issue in Title links of Linkbacks box. All unicode characters (Vietnamese become ?). Here is the ...
There is Unicode Character issue in Title links of Linkbacks box. All unicode characters (Vietnamese become ?).
Here is the screenshot:
Could you please check and fix?
If other sites encoding is different then yours , then some characters will display like that.
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
Correct, That looks like your site character encoding is UTF-8 and the other site is not UTF-8 so it's showing like this because of the difference between your encoding and the other site encoding![]()
Marco Mamdouh Fahem / Crawlability Inc.
Security bulletin - Patch Level for all supported versions released
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Confirm it. I have same problem with linkback.
Hello,
please try to modify functions_vbseo_misc.php file:
find:
add above:PHP Code:$ptitle2 = iconv($charset, $styleset, $ptitle);
find:PHP Code:if(strtolower($charset) != strtolower($styleset))
add above:PHP Code:if ($charset && $compat)
PHP Code:if(strtolower($charset) != strtolower($styleset))
Oleg Ignatiuk / Crawlability Inc.
Security bulletin - Patch Level for all supported versions released
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
I have modified. I will watch for new linkbacks.
It still does not work after the modification.
Hello,
i did but it dosen't work
http://forum.persian.be
Please have look at
http://forum.persian.be/f321/%D9%85%...D9%84%D9%81-3/
haven't help to
I use windows-1251 and linkback from yandex.ru show on my forum not readable
This bug should be fixed on next release of VBSEO.
Thank you.
The Beta Release of VB 3.6 still have this issue.
Please check and fix it.
Thanks.
This is related to different encodings on both pages. There is nothing wrong with vBSEO about it.
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam