National characters problem
-
You should modify function match_path() and paste this code:
$url_request = urldecode( $url_request );
before line:
return preg_match( $regexps, $url_request );
Otherwise preg_match not match the string for national characters, for example for polisch language “ńó??????”.
- The topic ‘National characters problem’ is closed to new replies.