I'm trying to create a route that contains non English characters. I'm using something like:
$route[rawurlencode('stringWithNonEnglishCharacters')] = "controller/method";
On my local server this works just fine but when I upload it to the server, for some reason it works only with english characters. Any idea of what I'm doing wrong or what I need to config?