cvarelaruiz / owi2plex

Exporter of EPG from OpenWebif to XMLTV to use with Plex
Mozilla Public License 2.0
26 stars 6 forks source link

help epg! #20

Closed jeromim closed 3 years ago

jeromim commented 4 years ago

image

I live in Brazil, when I create the EPG instead of the words come with an accent, for example (amanhã, coração) the words are in characters, for example (amanh#233, cora&#227ao) Is there any way to fix this problem?

thank you.

cvarelaruiz commented 4 years ago

Hey @jeromim, what version are you using? I pushed a patch last month (v0.1-alpha11) to allow for UTF characters. See an example of my EPG's output:

<channel id="2101">
    <display-name>RTÉ One</display-name>
    <display-name>1</display-name>
...
<programme channel="2101" start="20200607120000 +0100" stop="20200607130000 +0100">
    <length units="minutes">60</length>
    <desc lang="en">Discussion and analysis of the latest political issues with Ministers, TDs and Senators, along with in-depth reports from RTÉ's political staff.</desc>

You can see accents, both in the description and the channel name.

cvarelaruiz commented 3 years ago

Closing this issue as this was addressed in version 01-alpha11.