patternlab-php-core icon indicating copy to clipboard operation
patternlab-php-core copied to clipboard

Investigate Use of Multi-byte Strings and UTF-8

Open dmolsen opened this issue 9 years ago • 2 comments

strtolower should use mb_strtolower() but need to figure out use of mb_* elsewhere. Need to double-check front-end/pattern paths and assets reloading continuously.

dmolsen avatar Jul 18 '16 13:07 dmolsen

Swap out default string manipulation for https://packagist.org/packages/danielstjules/stringy

dmolsen avatar Jul 18 '16 13:07 dmolsen

Didn't realize how deep of a problem this would be. Want to roll in a large number of other changes to make this easier so moving to v3.

dmolsen avatar Aug 05 '16 14:08 dmolsen