If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Italian in form

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-23-06, 16:21
dimis2500 dimis2500 is offline
Registered User
 
Join Date: Jan 2005
Posts: 362
Italian in form

I have a problem retrieving italian or other languages characters from a form like é.
I send this form via email and I insert some values in a ms access database and at both cases I have problems with characters like é (an example from db: Chβteau ).
I use the code a=trim(server.htmlencode(reguest.form("value")) to retrieve values, I try also setting enconding 1252.
Is there a solution?

Last edited by dimis2500; 06-23-06 at 16:56.
Reply With Quote
  #2 (permalink)  
Old 08-01-06, 11:23
igordonin igordonin is offline
Registered User
 
Join Date: Jul 2006
Posts: 56
Code:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
If you used it like this and it didn't work, maybe your meta tag is incorrect or in conflict

Code:
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
Also, is your database configured to accept these inputs?


The Server HtmlEncode should handle that, not sure why it's not...


Lemme know if this helped.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On