Some of our columns contain text that has accented characters - á é ö (and
others). These are mainly artists/groups names. For example, We have an A-Z
links section. Lets say we chose A.
This produces a list of all artists and groups beginning with the letter A,
however it ignores artists whose first letter is Á? Is this an encoding
issue? What do we need to do to sort this out?
Thanks
Nath.
I'll look into that. I think it's something along the lines of URL.Encode
or HTML.Encode?
Will post the solution - if i find one!
Nath.
"cmbergin" <webfor...@macromedia.com> wrote in message
news:c374o1$9l2$1...@forums.macromedia.com...
Best regards,
Chris
<%
for i=1 to 200
Response.Write i & " - " & Chr(i) & "<br>"
next
%>
You can then find the number for your special character (x) and have code
like
where foo like Chr(x) & '%'
--
Jules
http://www.charon.co.uk/charoncart
Charon Cart 3
Shopping Cart Extension for Dreamweaver MX/MX 2004