Answer the question
In order to leave comments, you need to log in
How to convert .xml file from UTF-8 to cp1251 using php?
The xml file is created on my server in utf-8 and it should be in cp1251 as specified in the version <?xml version="1.0" encoding="cp1251"?> tell me how you can recode the file using php
Answer the question
In order to leave comments, you need to log in
<?xml version="1.0" encoding="utf-8"?>
And in this header 1251 is written as windows-1251
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question