This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#6994 - Make some WPS tags more consistent
|
DetailsAs of now, %cP produces "am/pm" and %cp produces "AM/PM" (lowercase produces uppercase and vice versa). I think this should be changed.
Another proposal: let's make the RTC tags "atomic", i.e. let's write "%ca %cb" instead of "%ca bc". The parsing will become simpler as well as handling as well as they will be more like other tags (each %-tag produces a piece of information and stands on its own). There are no other tags that require a terminating char. |
This task depends upon
Closed by Björn Stenberg (zagor)
Tuesday, 10 April 2007, 15:38 GMT+2
Reason for closing: Fixed
Additional comments about closing: Closing all feature requests.
Tuesday, 10 April 2007, 15:38 GMT+2
Reason for closing: Fixed
Additional comments about closing: Closing all feature requests.
So it wouldn't be hard to do and it would bring some benefit, but it would break existing WPSes. We have to decide whether it's worth it. Same goes with the first proposal.