search for:
- Code: Select all
$this->data = '<?xml version="1.0" encoding="ISO-8859-1"?>'.$this->lf;
and replace with:
- Code: Select all
$this->data = '<?xml version="1.0" encoding="' . get_lang(1) . '"?>'.$this->lf;
once again, I suggest switching to unicode for all languages... would make it a lot easier afterwards for non-english speakers...
thanks for all your work on the script.
