Modified cCharSetConv so that it can be used to convert from "whatever VDR uses" to a given code

This commit is contained in:
Klaus Schmidinger
2009-12-23 15:25:05 +01:00
parent 1bb58100b0
commit d8d65c7536
4 changed files with 12 additions and 6 deletions

View File

@@ -6197,7 +6197,7 @@ Video Disk Recorder Revision History
- Fixed the default value for "Pause key handling" in the MANUAL (reported by
Diego Pierotto).
2009-12-20: Version 1.7.11
2009-12-23: Version 1.7.11
- Fixed resetting the file size when regenerating the index file.
- The new function cDevice::PatPmtParser() can be used in derived devices to access
@@ -6220,3 +6220,6 @@ Video Disk Recorder Revision History
- Some fixes to dvbspu.[hc] (thanks to Johann Friedrichs).
- Fixed a busy loop when moving editing marks (thanks to Johann Friedrichs).
- Updated sources.conf (thanks to Derek Kelly).
- Modified cCharSetConv so that it can be used to convert from "whatever VDR uses"
to a given code (thanks to Joachim Wilke).