summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorsvntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2007-08-25 19:46:15 +0000
committersvntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2007-08-25 19:46:15 +0000
commitf3bbcd9476beec7c43d2adb3bc0129ff8041d7ad (patch)
treedcb2502352c3d8c33b9910c0f3d2e671520e37d5 /HISTORY
parentbf2e1469fb12e6af25c8e23a93026536ba469534 (diff)
downloadvdr-plugin-menuorg-f3bbcd9476beec7c43d2adb3bc0129ff8041d7ad.tar.gz
vdr-plugin-menuorg-f3bbcd9476beec7c43d2adb3bc0129ff8041d7ad.tar.bz2
Fixed charset conversion for menu titles. They will now explicitly be converted
to VDR's locale charset falling back to ISO8859-2 on conversion errors. git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@5986 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index c00a5df..7efe854 100644
--- a/HISTORY
+++ b/HISTORY
@@ -10,3 +10,7 @@ VDR Plugin 'menuorg' Revision History
- Fixed bug with burn plug-in - cPlugin::MainMenuEntry() should not be called
before all plug-ins Intialize() and Start() were called.
+2007-08-25: Version 0.3
+
+- Fixed charset conversion for menu titles. They will now explicitly be converted
+ to VDR's locale charset falling back to ISO8859-2 on conversion errors.