=== Permalink Encoding === Contributors: crille Donate link: http://www.freakcommander.de/4967/computer/wordpress/wp-plugin-permalink-encoding/ Tags: permalink, permalinks, url, uri, encode, encoding, rfc3986, non-ascii, slugs, umlaut, unlaute, japanese, chinese Requires at least: 3.0 Tested up to: 3.2.1 Stable tag: 1.0 This plugin encodes NON-ASCII characters in pretty permalinks by using Percent-Encoding described in RFC3986. == Description == Non-ASCII characters can be used in the URL, but they have to be encoded (RFC3986). URL encoding is widely used (e.g. Wikipedia http://ja.wikipedia.org/wiki/Wikipedia:%E9%80%A3%E7%B5%A1%E5%85%88).
This plugin encodes NON-ASCII characters in the slugs of your pretty permalinks. So your slugs may look like `fußball-in-nürnberg` or `連絡先`.
== Installation == 1. Upload this plugin to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. done == Frequently Asked Questions == = How does this plugin work? = Just activate it. = Where do I post my feedback? = Post it at [Permalink Encoding-Post](http://www.freakcommander.de/4967/computer/wordpress/wp-plugin-permalink-encoding/) == Changelog == = 1.0 = * initial release