outeredge / magento-structured-data-module

Magento Structured Data Module by outer/edge
MIT License
46 stars 13 forks source link

StripReviewSummary utf-8 ecoding #43

Closed atolodas closed 7 months ago

atolodas commented 1 year ago

Change: OuterEdge\StructuredData\Plugin\StripReviewSummary line 16 $dom->loadHTML($result); to $dom->loadHTML(mb_convert_encoding($result, 'HTML-ENTITIES', 'UTF-8'));

OuterEdge\StructuredData\Block\Cms line 146 $doc->loadHtml($content); $doc->loadHTML(mb_convert_encoding($content, 'HTML-ENTITIES', 'UTF-8'));

davidwindell commented 1 year ago

@atolodas thanks for your contribution, can you give some background to this request?

davidwindell commented 7 months ago

Issue has gone stale, closing