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.
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.