Changes between Initial Version and Version 1 of Ticket #2637, comment 1
- Timestamp:
- 10/21/11 10:52:47 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2637, comment 1
initial v1 1 str_create_search_needle() just does nothing for 7-bit and 8-bit locale. In utf-8 locale, str_utf8_create_search_needle() performs additional actions. Since name is ASCII-only, there is no need to call str_utf8_create_search_needle() in utf-8 locales.1 str_create_search_needle() just does nothing in 7-bit and 8-bit locales. In utf-8 locale, str_utf8_create_search_needle() performs additional actions. Since name is ASCII-only, there is no need to call str_utf8_create_search_needle() in utf-8 locales. 2 2 3 3 Where do you see an optimization?