Use drupal_strtoupper() and drupal_substr()
kiamlaluno - November 12, 2008 - 05:12
| Project: | Flexifilter |
| Version: | 6.x-1.x-dev |
| Component: | Code - Misc |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Drupal has the function drupal_strtoupper() which can handle Unicode. Its use is preferable to strtoupper().

#1
The same is true for
drupal_substr()versussubstr().#2