-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accents in channel name being dropped on autotimer on any channel #345
Comments
Note that the accents are standard ASCII characters and both autotimers use UTF-8 encoding: https://gist.github.com/phunkyfish/e6bcb425364d454d0a5fef2f2b56eb5b |
There are no accents in standard ASCII charset. |
Sorry, I meant extended. Here is a timer created by both autotimers: You'll see that one includes the accent (bound to one channel), and the second drops the accent (not bound to any channel): https://gist.github.com/phunkyfish/a78d1c68188a3779b326bbd5d518565c |
What image do you have and what exact autotimer source? The function to create the timer have no channel name as parameter. |
I use OpenVix, latest image. It uses the same source you referenced above. Let me test this again with the latest version but I imagine this is an image issue and not OpenWebIf. |
I've got RTÉ channels on both satellite and terrestrial bouquets, using OpenATV and OpenWebif so can test later.
I haven't checked the code, but I'd imagine the AutoTimers code passes that sref through to the image to deal with. If you know how to copy files from the box, could you attach |
Update to the above... On OpenATV recent version via OpenWebIf I created:
and got the following:
|
And what is the is the output from the timerlist API call? e.g. http:///web/timerlist |
|
That looks good compared the timer file gist I posted. Let me redo a test to see if the issue still occurs. If it happens for me still then it must be an OpenVix issue. |
I have two autotimers. One bound to a channel and the other to any channel.
If it is bound to a channel the channel name is correctly stored as "RTÉ One" for any resulting timers. However, for the other which can run on any channel there is the channel name will be stored as "RTE One" which is incorrect.
The text was updated successfully, but these errors were encountered: