[Home] [By Thread] [By Date] [Recent Entries]
IZASKUN GUTIERREZ GUTIERREZ schrieb:
My problem is that I can open xml files with one navigator but I think that the encodigs of files are not correctly. The navigator opens the files whith errors produced by the encoding. Can I put some kind of encoding that was standard to open without errors and can open any file?
In the absence of an explicit encoding, the encoding is assumed to be UTF-8, and the document must be encoded in UTF-8. <?xml version="1.0" encoding="US-ASCII"?> # ASCII
<?xml version="1.0" encoding="ISO-8859-1"?> # ISO-8859-1
<?xml version="1.0"?> # UTF-8Michael Ludwig
|

Cart



