Anonymous | Login | Signup for a new account | 2021-01-22 20:17 GMT | ![]() |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001218 | SiT! | other | public | 2010-04-02 12:14 | 2011-04-22 14:50 | ||||
Reporter | paulh | ||||||||
Assigned To | ivan | ||||||||
Priority | normal | Severity | feature | Reproducibility | N/A | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | 3.90beta1 | Fixed in Version | Current GIT | ||||||
Summary | 0001218: do we still need utf8_substr and utf8_strlen | ||||||||
Description | As PHP includes mb_substr and mb_strlen now | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
![]() |
|
ivan (administrator) 2011-02-21 16:59 |
I think I've already removed these, need to check. |
paulh (administrator) 2011-02-28 09:42 |
They are still in git paulh@paulh:~/dev/paulheaneys-sit(master)$ grep -R utf8_substr * calendar/calendar.inc.php: $html .= "<td>".utf8_substr($htype,0,1)." = {$htype}</td>"; lib/string.inc.php:function utf8_substr($str, $from, $len) lib/html.inc.php: $html .= urlencode(utf8_substr($i18nAlphabet, $i, 1))."\">"; lib/html.inc.php: $html .= utf8_substr($i18nAlphabet, $i, 1)."</a> | \n"; paulh@paulh:~/dev/paulheaneys-sit(master)$ grep -R utf8_strlen * lib/string.inc.php:function utf8_strlen($str) lib/html.inc.php: $len = utf8_strlen($i18nAlphabet); |
ivan (administrator) 2011-02-28 09:47 |
I think I have unpublished code changes on my main machine at home. I'll have a look later. |
paulh (administrator) 2011-04-22 14:50 |
non left in git |
![]() |
|||
Date Modified | Username | Field | Change |
2010-04-02 12:14 | paulh | New Issue | |
2011-02-21 16:58 | ivan | Assigned To | => ivan |
2011-02-21 16:58 | ivan | Status | new => assigned |
2011-02-21 16:59 | ivan | Note Added: 0003626 | |
2011-02-21 16:59 | ivan | Target Version | => 3.90beta1 |
2011-02-28 09:42 | paulh | Note Added: 0003656 | |
2011-02-28 09:47 | ivan | Note Added: 0003657 | |
2011-04-22 14:50 | paulh | Note Added: 0003762 | |
2011-04-22 14:50 | paulh | Status | assigned => resolved |
2011-04-22 14:50 | paulh | Resolution | open => fixed |
2011-04-22 14:50 | paulh | Fixed in Version | => Current GIT |
Copyright © 2000 - 2021 MantisBT Team |