PDA

View Full Version : Getting � (square) instead of quotes


mattboy_slim
08-25-2006, 12:10 AM
See the page here:
http://www.buyokoboji.com/listings/propertylistings.asp?categoryID_list=1

Neither single nor double quotes come out properly.
I have tried using 'Replace', to no avail. Here is my 'Replace' code:
response.write(Replace(display_title, "'", "test"))

Thanks in advance for any suggestions you can offer,
Matt

Wylie
08-25-2006, 02:43 AM
Interesting probem. I am sure your problem is not on your ASP coding. The error is that display encoded by unicode.

mattboy_slim
08-29-2006, 06:01 AM
This resolved the issue:
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">