vb6 string issue - need to format string?
I have made an application which extracts from internet.
Problem is it will extract all characters and i want the output to be in simple readable format.
Curently : "“Slumdog eMillionaire Review & Bonusâ€"
It should be : "Slumdog eMillionaire Review & Bonus"
How do i convert this text to simple readable string.
regards,
Jim
“ problem is website problem..
Search in web to find what it denote..
u can use Replace function to replace those with required data..



“ problem is website problem..
Search in web to find what it denote..
u can use Replace function to replace those with required data..
References :