Subject: | Sometimes treats URLs as containing unicode even if they do not (when generating .url file) |
When used in a CGI script, it always treats the string as containing unicode. This might be because the string is decoded from the POSTed parameters. Maybe we need to use regular expression matching to check for unicode characters.