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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Convert special characters

Status
Not open for further replies.

henrik79

Programmer
Apr 26, 2005
4
SE
Hi

I am using XMLSpy to edit a large XML-document that has been exported from a database.

XMLSpy complains about illegal characters. The document contains TM-signs (®), euro-signs (€) etc.

I want the document to be in ISO-8859-1.

Is there an easy way to convert the characters?
 
TM is valid ISO-8859-1. For the others use find and replace?

Jon

"Asteroids do not concern me, Admiral. I want that ship, not excuses.
 
Ok, but there where more strange characters.

And I have 77 text files to check.

Is there a more automatic way?

 
Can you export again from the database and change the query? If not, probably best write a small program

Jon

"Asteroids do not concern me, Admiral. I want that ship, not excuses.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top