Thanks, Joel, it just what I need. If somebody doubts that there is need in plugin like that, I explain. When one copies URL from address bar, lot of browser versions copy into clipboard the URL where every non-ASCII charachter is encoded into appropriate digital code. So if user post this link to your Habari post transformed via this way, it looks really ugly. For this reason, it's maybe necessary to include impoved version of the plugin into default plugin pack that is shipped with core code of the Habari.
Example from Wikipedia (http://ru.wikipedia.org/wiki/URL): Original URL (as it looks in address bar): http://ru.wikipedia.org/wiki/Микрокредит Transformed URL (after copy-paste): http://ru.wikipedia.org/wiki/%D0%9C%D0%B8%D0%BA%D1%80%D0%BE%D0%BA%D1%80%D0%B5%D0%B4%D0%B8%D1%82 Some modern build of the browers seems to decode non-ASCII urls on copy to clipboard, but not all, and often this behaviuor depends on settings. So problem persists. That's why there is comme il faut in non-ASCII Internet to use only ASCII characters in links. And every CMS popular for example in Cyrillic segment of the Internet is sure to have functional like this. More info: http://www.w3.org/International/O-URL-code.html Alyaxey On Fri, Jul 1, 2011 at 05:58, Joel Lee <[email protected]> wrote: > It's can be done by extending asciify plugin in habari-extras. > > -- > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/habari-users > -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-users
