Opened 14 years ago
Closed 14 years ago
#9692 closed enhancement (fixed)
seems_utf8() can be improved
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.8 | Priority: | normal |
Severity: | normal | Version: | 2.7.1 |
Component: | Charset | Keywords: | has-patch tested |
Focuses: | Cc: |
Description
while working on a utf8 related issue I ran over some little improvements of the seems_utf8() function originally be bmorel at ssi dot fr.
larger string can benefit from a pass by reference and there is no need to call ord($str[CONST])) multiple time for the same value.
Attachments (3)
Change History (8)
Note: See
TracTickets for help on using
tickets.
seems_utf8() some improvements incl. comments.