My page showing funny characters (%%%) when pulling data from my...

Expand / Collapse
 
     

My page showing funny characters (%%%) when pulling data from my DB that's in another language


Please make sure you set your codepage in your script, so that ASP will know what language to show when pulling data from database.

Ex:

<%@LANGUAGE="VBSCRIPT" CODEPAGE="1256"%>

1256 is your codepage LCID.

 

To find out your locale id  (LCID) , please visit:
http://www.microsoft.com/globaldev/reference/lcid-all.mspx







Add Your Comments


Name: *
Email Address:
Web Address:
Verification Code:
*
 

Details
Last Modified:12/24/2008 7:11 PM
Last Modified By: Mark
Type: How to fix a problem
Article not rated yet.
Article has been viewed 725 times.
Options