Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Encode::encode_utf8 leads to wrong channel names #17

Open
m-a-v opened this issue Dec 26, 2020 · 0 comments
Open

Encode::encode_utf8 leads to wrong channel names #17

m-a-v opened this issue Dec 26, 2020 · 0 comments

Comments

@m-a-v
Copy link

m-a-v commented Dec 26, 2020

Only if I remove the commands with Encode::encode_utf8 I get correct results for tv station names with umlauts (tested with Wilmaa). I assume this is because the strings are already utf-8. With the encoding, they are strangely displayed correctly in the browser every second time (after a refresh with Ctrl+F5). Without encoding it is consistently correct.

$response->content(Encode::encode_utf8($ch_m3u));

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant