<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">On 29 May 2015, at 10:14, Rv Rv <<a href="mailto:rvrv7575@yahoo.com">rvrv7575@yahoo.com</a>> wrote:<br><div><br class="Apple-interchange-newline"><blockquote type="cite"><div><div style="background-color: rgb(255, 255, 255); font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px; position: static; z-index: auto;"><div class="" style="" id="yui_3_16_0_1_1432883347107_2459">I have a URI with spanish characters that needs to be handled in location block specific to it e.g. I want to do </div><div class="" style="" id="yui_3_16_0_1_1432883347107_2509">location <URI with spanish characters> {</div><div class="" style="" id="yui_3_16_0_1_1432883347107_2458">}</div><div class="" style="" id="yui_3_16_0_1_1432883347107_2457"><br class="" style=""></div><div dir="ltr" class="" style="" id="yui_3_16_0_1_1432883347107_2456">However, nginx does not seem to match URI in location block  with spanish (or any other characters including chinese). Is this functionality supported?</div><div class="" style="" id="yui_3_16_0_1_1432883347107_2448">Thanks</div></div></div></blockquote></div><div style="margin: 0px; font-family: 'Courier New';"><br></div><div style="margin: 0px; font-family: 'Courier New';">Both URI and configuration should be in UTF-8.</div><div style="margin: 0px; font-family: 'Courier New';">Then</div><div style="margin: 0px; font-family: 'Courier New';"><br></div><div style="margin: 0px; font-family: 'Courier New';">location /aņo/ {</div><div style="margin: 0px; font-family: 'Courier New';">}</div><div style="margin: 0px; font-family: 'Courier New';"><br></div><div style="margin: 0px; font-family: 'Courier New';">will match</div><div style="margin: 0px; font-family: 'Courier New';"><br></div><div style="margin: 0px; font-family: 'Courier New';"><div style="font-family: Helvetica;"><div style="margin: 0px; font-family: 'Courier New';">"GET /a%C3%B1o/..."</div><div><br></div></div></div><div apple-content-edited="true"><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br>-- <br>Igor Sysoev<br><a href="http://nginx.com">http://nginx.com</a></div></div></div>
</div>
<br></body></html>