Closed GoogleCodeExporter closed 8 years ago
if ($len > 0){
$s = mb_substr($s, 1, $len-1);
$s = mb_substr($s, 0 , $len-2);
}
return $s;
Original comment by ntf...@gmail.com
on 23 Jun 2010 at 7:45
This has been fixed already in the latest SVN, with a more complete patch.
Please try it... A new release is scheduled for July 1st.
Original comment by brunobg%...@gtempaccount.com
on 23 Jun 2010 at 1:59
Original issue reported on code.google.com by
ntf...@gmail.com
on 23 Jun 2010 at 7:41