Unicode & strtolower
vitamin - March 6, 2007 - 10:08
| Project: | Node list |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | wmostrey |
| Status: | closed |
Description
Why not to use drupal_strtolower() (see includes/unicode.inc) instead of strtolower? This would eliminate the need for user to patch nodelist.module with mb_strtolower(), since this function provide graceful fallback to ordinary strtolower() if none mbstirng extension found.

#1
This is a patch against the latest version. Please confirm that all is ok.
#2
Tested and confirmed
#3