Welcome Guest, Not a member yet? Register   Sign In
Problem with passing a specific character in another language.
#7

(08-08-2018, 04:54 AM)Pertti Wrote: If that character is in permitted_uri_chars list, and you enter it on URL, does it end up on right controller/method?

In which case check convert_accented_characters output and what you store in DB. In my opinion going with UTF-8 would be better option, so you store it as provided and don't have to worry about conversions.

TBH i think that if i convert it in english char characters it would be better. If i keep it that way the characters in a "CTRL + C" - "CTRL + V" situation eill be shown as "%B0% %C4% etc.. etc..

So i think i will just correct the foreign_chars file for converting to the proper english language characters. 

I think it would have a better usability too!

//Life motto
if (sad() == true) {
     sad().stop();
     develop();
}
Reply


Messages In This Thread
RE: Problem with passing a specific character in another language. - by HarrysR - 08-08-2018, 06:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB