[vlc-devel] commit: telx: Correct a character mapping for Czech/Slovak teletext. ( Marian Durkovic )

git version control git at videolan.org
Mon Sep 8 23:03:21 CEST 2008


vlc | branch: master | Marian Durkovic <md at bts.sk> | Mon Sep  8 23:05:27 2008 +0200| [c3637a5e1953ba9f3db86690b44b4ad8b4d2933c] | committer: Derk-Jan Hartman 

telx: Correct a character mapping for Czech/Slovak teletext.

Signed-off-by: Derk-Jan Hartman <hartman at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c3637a5e1953ba9f3db86690b44b4ad8b4d2933c
---

 modules/codec/telx.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/codec/telx.c b/modules/codec/telx.c
index f6cff5c..18f4d90 100644
--- a/modules/codec/telx.c
+++ b/modules/codec/telx.c
@@ -131,7 +131,7 @@ static const uint16_t ppi_national_subsets[][20] =
     0x00e9, 0x00e4, 0x00f6, 0x00e5, 0x00fc }, /* swedish,finnish,hungarian ,010 */
 
   { 0x0023, 0x016f, 0x010d, 0x0165, 0x017e, 0x00fd, 0x00ed, 0x0159,
-    0x00e9, 0x00e1, 0x0115, 0x00fa, 0x0161 }, /* czech,slovak  ,011 */
+    0x00e9, 0x00e1, 0x011b, 0x00fa, 0x0161 }, /* czech,slovak  ,011 */
 
   { 0x0023, 0x0024, 0x00a7, 0x00c4, 0x00d6, 0x00dc, 0x005e, 0x005f,
     0x00b0, 0x00e4, 0x00f6, 0x00fc, 0x00df }, /* german ,100 */




More information about the vlc-devel mailing list