Activating Codestyling Localization plugin, a fatal error occurs at line 974 of source includes/idna_convert.class.php
Reading on the web everybody seems very happy about this plugin: is that error occurring only to me ?
Codestyling Localization version 1.99.10
Wordpress (3.1.1)
Buddypress(1.2.8)
reading the source code, error is originated in the marked line here below
protected static function byteLength($string)
{
if (self::$_mb_string_overload) {
return mb_strlen($string, '8bit');
}
return strlen((binary) $string); <-----
}
Did you know about it?