Posted by kiamlaluno on November 12, 2008 at 5:12am
Jump to:
| Project: | Flexifilter |
| Version: | 6.x-1.x-dev |
| Component: | Code - Misc |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Drupal has the function drupal_strtoupper() which can handle Unicode. Its use is preferable to strtoupper().
Comments
#1
The same is true for
drupal_substr()versussubstr().#2