Link to home
Start Free TrialLog in
Avatar of efkw
efkw

asked on

How can I replace the symbol?

Hi all,

How can I replace the symbol: ', ", \, & ... etc. with unicode?

I tried this code but it doesn't work with unicode entries:

text1=text1.replaceAll("&", "&");

all unicode in source code will be shown:

 

how to do it?

Thanks~

ASKER CERTIFIED SOLUTION
Avatar of pat5star
pat5star

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of efkw
efkw

ASKER

thanks!

:)