diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-04-16 12:55:28 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-04-16 12:55:28 +0200 |
commit | 8c6deb20f2fc1c77c0fa2698e20f998ebda355a2 (patch) | |
tree | 8cd175afc072431281652753b4a48ec52177a7f3 /HISTORY | |
parent | 58facabfb6df0ebac572792be34ca55b11c8afb0 (diff) | |
download | vdr-8c6deb20f2fc1c77c0fa2698e20f998ebda355a2.tar.gz vdr-8c6deb20f2fc1c77c0fa2698e20f998ebda355a2.tar.bz2 |
No longer using characters 0x01 and 0x02 for mapping single quote and slash in recording names
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4606,3 +4606,8 @@ Video Disk Recorder Revision History - Changed the behaviour of the "Use small font" setup option to *always* use the small font if set to '3' - even if it would have been a fixed font (suggested by Ronny Kornexl). +- No longer using characters 0x01 and 0x02 for mapping single quote and slash in + recording names (thanks to Patrick Fischer for reporting that this was a problem + with XML). The single quote is not mapped at all, and the slash is interchanged + with the tilde. Existing recordings will be handled like before, so there is + no need to actually rename them. |