Generate a link with utf-8 values and passing it to a Flask route [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . How can i ensure that the following html url link is going to return itself with utf-8 encoding? <meta http-equiv="REFRESH" content="5; URL=http://superhost.gr/files/download?filename={{ filename }}"> As it is now, although the value of filename is being retrieved from Flask as utf-8 it doesn't form the URL link