Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

Normalizer

Beschreibung

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

Screenshots

  • Correct transliteration if you enter the word directly
  • Missing transliteration for copy/pasted word from PDF
  • Error message from W3C

Installation

  1. Upload the zip file from this plugin on your plugins page or search for Normalizer and install it directly from the repository
  2. Activate the plugin through the ‚Plugins‘ menu in WordPress
  3. Done!

FAQ

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.

Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

Mitwirkende & Entwickler

„Normalizer“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „Normalizer“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

1.0.0

  • Initial release