smcculloch posted on August 23, 2005 19:37
Now that DotNetNuke 3.1.1 is out, you may notice some changes in the way it renders URLs with special characters. (There were also any remaining issues fixed as well)
The new algorithm is to examine a parameter and rewrite it the path of
the URL only if it is an alphanumeric [A-Z] or [1-9] or Space. If it
does not meet this criteria, it will be rewritten out into the
querystring.
This should help to alleviate any problems around encoding or special
characters that site admins or module developers are having.