CodeIgniter Forums
Bug in Form-Helper? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: Bug in Form-Helper? (/showthread.php?tid=59953)



Bug in Form-Helper? - El Forum - 12-16-2013

[eluser]Unknown[/eluser]
Hey Guys,

I've got a problem with the form helper.
I have a utf8 string and I want to decode it with utf8_decode. If I have decoded the string and I use it in a form element (e.g. form_input) I get a empty string back?

I tried to make the form_element without the form_input function and it works, but when I use form_prop it don't works again ...

So is there a bug with utf8 decoding?!

Sorry for my english, im german.

Greetings,
Yannici