Gernot Kogler
2006-Apr-14 06:46 UTC
[Rails] text_field_with_auto_complete and special characters
I have a problem with text_field_with_auto_complete. Everything works
fine except when I type special characters like ?,?,?. They are not
escaped. "oberver_field" has a with-option like this:
:with => "''ort='' +
escape($F(''ort''))"
This works fine with umlauts, too. Is there a way to escape the user
input using text_field_with_auto_complete ?
--
Posted via http://www.ruby-forum.com/.
Seemingly Similar Threads
- text_field_with_auto_complete and foreign characters
- Bug report: "doveadm rename" encodes special characters wrongly in mUTF-7 (in fs)
- SOLVED: importing huge XML-Files -- new problem: special characters
- Sweave special characters problem
- Escape ''&'' in text_field_with_auto_complete
