My app shows the download link of a filename that includes character hex BA, a.k.a masculine ordinal indicator (ref. http://www.fileformat.info/info/unicode/char/ba/index.htm) The code that builds the download link A(_href=urllib.quote(URL('archive','download',args('mail_group','csv', filename)))
results in this link http: //127.0.0.1:8000/myapp/archive/download/mail_group/csv/REC1%25C2%25BA_2013.csv where %25%C2%25BA encodes the masculine ordinal indicator. But when I click the link to download the file I get 'Invalid request'. How can I fix this issue without changing the filename? Running web2py 2.6.4. TIA -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

