Login or Sign up Help | Site Map
Connecting Tech Pros Worldwide

character "è"

Question posted by: mickey0 (Member) on June 25th, 2008 12:10 AM
hello,
I wrote a program that write on disk xml tags; problem is that that file on the disk contains text like:
Code: ( text )
  1. ................
  2. <hello>
  3. è molto bello
  4. </hello>
  5. ...............

All it seems right but I tried to open this .xml wuth a xmlNotepad and appears a message that says that "è" it's bad; so I had to change it in "e' " and all goes fine now....But I need "è" in the xml. How can I do?

thanks...
Would you like to answer this question?
Sign up for a free account, or Login (if you're already a member).
jkmyoung's Avatar
jkmyoung
Moderator
765 Posts
June 26th, 2008
07:35 PM
#2

Re: character "è"
I suggest using another program besides XML Notepad.

Also check that your encoding lin the first line, eg
<?xml version="1.0" encoding="UTF-8"?>
is either UTF-8 or ISO-8859-1

Reply
Reply
Not the answer you were looking for? Post your question . . .
184,043 Experts ready to help you find a solution.
Sign up for a free account, or Login (if you're already a member).

Latest Articles: Read & Comment
Top XML Forum Contributors