Opened 16 years ago
Closed 16 years ago
#11751 closed defect (bug) (worksforme)
lowercase_username() is not mb_string safe
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 3.0 |
| Component: | Charset | Keywords: | |
| Focuses: | multisite | Cc: |
Description
ms-functions.php has a lowercase_username() function, which is an alias for strtolower.
Are we sure that the username is UTF7? If not, we should make sure that it is.
Change History (4)
Note: See
TracTickets for help on using
tickets.
I'm pretty shure that Denis meant 7Bit-Ascii and not UTF-7.