Questions
Tags
Sign In
Because of that XML displays Cyrillic characters with wrong encodings, CMS Opencart Google BASE?
Why displays Cyrillic characters with wrong encodings, CMS Opencart Google BASE?
https://pipl.ua/index.php?route=extension/feed/goo...
OpenCart
hipolito_Schiller86
asked
June 8th 19 at 17:01
Related questions
4
Why RreflectionClass?
0
How to save font settings in Windows form application c++?
7
Who in the dispute of the rights of the SEOs or the programmer?
1
How to use the method of copying object properties with their attributes?
2
Is there a way to remove the extra closing tags when parsing?
2
To offer web designer working with InDesign?
3
Error php cannot display data?
2
Is it possible in BC to create a community for selling likes, followers, instagram, etc...?
More answers about
"Because of that XML displays Cyrillic characters with wrong encodings, CMS Opencart Google BASE?"
1
answer
hipolito_Schiller86
answered on
June 8th 19 at 17:03
Solution
Replace in /catalog/controller/extension/feed/google_base.php
$this->response->addHeader('Content-Type: application/rss+xml');
on
$this->response->addHeader('Content-Type: application/rss+xml; charset=utf-8');
Please
sign in
or
sign up
to write your answer or comment.
Find more questions by tags
OpenCart