- Issue created by @hargurpreet
- 🇨🇦Canada hargurpreet Kitchener
Prepending
<?xml encoding="UTF-8">
before loading HTML with DOMDocument fixed the issue. Here is the patch.
Appending type/size to links does not work with French Language.
Use some French special characters in the link text for example Lisez l’entente.
It works fine if we use mb_convert_encoding; however, it is deprecated for handling HTML entities. Is there another way to handle the encoding of these special characters
Active
1.0
Code
Prepending <?xml encoding="UTF-8">
before loading HTML with DOMDocument fixed the issue. Here is the patch.