-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
Forked from #635.
@jaswsinc writes...
We should do a better job (even better than WP itself) in dealing with UTF-8. Given the amount of string manipulation that occurs in Comet Cache, we should:
- Adopt the use of all
mb_*()functions where applicable. - Always pass the
/uflag to anypreg_*()functions that we use. - Ensure that WP PHP RV requires the
mbstringextension to prevent issues with sites that don't have it installed.
This work can probably be moved to a separate issue though; i.e., we should have a separate issue that will be for UTF-8 enhancements. See this article.
Related GitHub issue: #640 (comment)
Also noting here at an announcement was made in Comet Cache v160222 to any site owner that did not have the mbstring extension installed that the PHP mbstring extension would be required by Comet Cache after March 1st.
Reactions are currently unavailable