mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Modified setting system and override character tables
This commit is contained in:
9
HISTORY
9
HISTORY
@@ -9420,7 +9420,7 @@ Video Disk Recorder Revision History
|
||||
- Fixed handling the S2SatelliteDeliverySystemDescriptor for transponders broadcasting
|
||||
in "backwards compatibility mode" according to ETSI EN 300 468 (thanks to Onur Sent<6E>rk).
|
||||
|
||||
2020-05-14:
|
||||
2020-05-15:
|
||||
|
||||
- Fixed moving channels between number groups in SVDRP's MOVC command and the Channels
|
||||
menu, in case a channel is moved to a higher number and into a numbered group
|
||||
@@ -9434,3 +9434,10 @@ Video Disk Recorder Revision History
|
||||
- Added the language code for Bulgarian (thanks to Helmut Binder).
|
||||
- Fixed handling multi part ExtendedEventDescriptors where only the first part
|
||||
contains information about the character table (based on a patch from Helmut Binder).
|
||||
- When setting the system character table, it is no longer checked against the known
|
||||
entries that are hard coded in libsi/si.c, but rather given to iconv_open() and the
|
||||
result of that call is used to check whether the given name is valid.
|
||||
- Checking whether the system character table is "single byte" is now done by checking
|
||||
the result of a sample call to iconv().
|
||||
- Setting the override character table now checks and reports whether the given value
|
||||
is valid (suggested by Helmut Binder).
|
||||
|
Reference in New Issue
Block a user