[vlc-devel] commit: telx: Correct a character mapping for Czech/Slovak teletext. ( Marian Durkovic )
git version control
git at videolan.org
Tue Sep 9 08:39:43 CEST 2008
vlc | branch: 0.9-bugfix | Marian Durkovic <md at bts.sk> | Mon Sep 8 23:05:27 2008 +0200| [02477bb612f12d431397c746a0e2bc8e72e93b91] | committer: Jean-Baptiste Kempf
telx: Correct a character mapping for Czech/Slovak teletext.
Signed-off-by: Derk-Jan Hartman <hartman at videolan.org>
(cherry picked from commit c3637a5e1953ba9f3db86690b44b4ad8b4d2933c)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=02477bb612f12d431397c746a0e2bc8e72e93b91
---
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 e377978..20b5a23 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