What is the correct UTF8 encoding declaration in XML files? I have seen both.
<?xml version="1.0" encoding="UTF-8"?>
...
or
<?xml version="1.0" encoding="UTF8"?>
...
What is the correct UTF8 encoding declaration in XML files? I have seen both.
<?xml version="1.0" encoding="UTF-8"?>
...
or
<?xml version="1.0" encoding="UTF8"?>
...