|
-
Jul 12th, 2000, 05:31 PM
#1
Thread Starter
New Member
Hello;
I am having trouble saving HTML special charecters like ü, ©,   etc., in text fields.
When I first write this syntax in the text field it is saved in the DB eg ü is saved.
The problem comes when i reload this field in the text box. It displays the special charecter 'u' with a dot on each leg. Now when i save it again, it saves the special charecter 'u' to the database, and not ü. I want it to save ü and not the special charecter 'u'.
I would appreciate if you could help.
Thanks
Samba
-
Jul 12th, 2000, 06:07 PM
#2
Hyperactive Member
Try using the server.HTMLEncode method:
strToSave = server.HTMLEncode(Request.Form("input"))
"People who think they know everything are a great annoyance to those of us who do."
-
Jul 13th, 2000, 02:47 AM
#3
Thread Starter
New Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|