Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

special character??? How do I handle it??

Status
Not open for further replies.

qajussi

Programmer
Mar 22, 2004
236
US
Hi!

How do I handle the special characters?
I have a database which was populated by copying the data from the internet web pages.
So some of the text contains different kinds of special characters.
For instances, I have single two different quotes
1) ‘Geroge Bush’ <== this one is fine for web pages
2) 'Bill Gate' <= not this one.

Do you know why #1 was ok but not #2??
(I am using vbscripting to extract from the database and displaying them in html pages)

My data contains tons of single quotes like that
I want to do "find & replace".
What is the iso code for #1 and #2??
Thank you very much.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top