Welcome Guest, Not a member yet? Register   Sign In
problems with umlauts.
#1

[eluser]helle[/eluser]
if i get_post a variable from i.e. an ajax request with

Code:
$this->input->get_post('name')
i get
Code:
hüdelü 5

but over the native php way
Code:
$_REQUEST
i get
Code:
hüdelü 5
, which would be the right value.

i looked into the input.php and saw that there is some xss cleaning stuff, which i don't want to loose. has anybody written a xss_clean method for CI which can handle umlauts?

thanks in advice ;-)


Messages In This Thread
problems with umlauts. - by El Forum - 07-21-2010, 03:15 AM
problems with umlauts. - by El Forum - 07-21-2010, 03:20 AM
problems with umlauts. - by El Forum - 07-21-2010, 03:34 AM
problems with umlauts. - by El Forum - 07-21-2010, 03:40 AM
problems with umlauts. - by El Forum - 07-21-2010, 03:41 AM
problems with umlauts. - by El Forum - 07-21-2010, 03:42 AM
problems with umlauts. - by El Forum - 07-21-2010, 04:05 AM
problems with umlauts. - by El Forum - 07-21-2010, 04:07 AM
problems with umlauts. - by El Forum - 07-21-2010, 04:19 AM
problems with umlauts. - by El Forum - 07-21-2010, 04:54 AM
problems with umlauts. - by El Forum - 07-21-2010, 04:55 AM
problems with umlauts. - by El Forum - 07-21-2010, 05:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB