Jump to content

XML parsing with PHP


www.mihalism.com

Recommended Posts

Those characters are in the XML file, if you look at the XML source they will show up as you pasted them. The browser is rendering them differently because the browser can identify them as character encodings for another language like Hebrew. It looks like the XML file is being sent without a character encoding, so it is defaulting to UTF-8, in Opera at least. But I can see the Hebrew characters in Opera, view the source, and the text editor shows the characters that you pasted. The text editor just isn't using the same character encoding as the web browser. See if you can force the encoding to be UTF-8.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...