-
Notifications
You must be signed in to change notification settings - Fork 8
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
Leading space in short label not shown #89
Comments
Yes, I am trimming both service name and short name. Honestly I do not like that they are trying to get prominent position in service list by starting service/short name with space. Since most of the information is displayed using html technology keeping space at the beginning of short name will probably have no visible impact. Is it important to show that show name starts with space? |
In Ensemble Information window it makes sense not to trim it, as you already quote it. Plan is to export this to FMLIST or similar. |
This is what is actually transmitted for VAL 202 service:
1E00 is bitfield that means So why to keep leading space and remove trailing space? I am not sure about this issue. EDIT: by the way, standard clearly states [5.2.2.2]: "Bytes at the end of the character field that are not required to carry the label shall be filled with 0x00." |
They have changed the labels, btw. The leading space is now only for 4 services.
|
The question is valid. I have tried to remove trimming but it will not help in ensemble view. I would have remove formatting and display it in fixed font to visualise all spaces as they are (eg. trailing spaces in service label) |
If this is HTML, why not replace each space with |
This is exactly what I do not want to do. |
BTW If the leading space is in the long label, then you see it in AbracaDABra. https://www.rundfunkforum.de/download/file.php?id=18102&mode=view |
Well, that surprises me too :-D |
See attached xml file from Slovene DAB ensemble R1.
Some services have a leading space in the short label, but this is not shown.
2023-09-12_005137_10D.zip
Other tools (here: dablin_gtk) show that, on the other hand.
The text was updated successfully, but these errors were encountered: