TypeRocket / core

TypeRocket core source files where all the magic lives.
https://typerocket.com
36 stars 21 forks source link

post and taxonomy labels support multibyte chars #92

Closed totya24 closed 4 years ago

totya24 commented 4 years ago

ucwords and strtolowerfunctions don't support multibyte characters (ű á é ú ő ó ü ö etc), so i changed to mb_convert_caseand mb_strtolower.