Skip to content

Support for Multibyte Strings #703

@raamdev

Description

@raamdev

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 /u flag to any preg_*() functions that we use.
  • Ensure that WP PHP RV requires the mbstring extension 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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions