Описание
For everyone getting this warning from W3C validator: «Text run is not in Unicode Normalization Form C.»
See: http://www.w3.org/International/docs/charmod-norm/#choice-of-normalization-form
Requires PHP 5.3+
Be sure to have the PHP-Normalizer-extension (intl and icu) installed.
See: http://php.net/manual/en/normalizer.normalize.php
See also: https://core.trac.wordpress.org/ticket/30130
Скриншоты
Установка
- Upload the zip file from this plugin on your plugins page or search for
Normalizer
and install it directly from the repository - Activate the plugin through the ‘Plugins’ menu in WordPress
- Done!
Часто задаваемые вопросы
- I don’t see any changes.
-
The plugin just adds the normalization if there are problematic characters. Furthermore it does do the normalization before saving, so you don’t see anything. It just works if it is needed.
- Will this slow down my site?
-
Sorry, but I don’t have a clue. Maybe just a little bit.
Отзывы
Нет отзывов об этом плагине.
Участники и разработчики
«Normalizer» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «Normalizer» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.0.0
- Initial release