[MPlayer-cvslog] r24816 - trunk/stream/tvi_vbi.c

voroshil subversion at mplayerhq.hu
Sat Oct 20 07:02:45 CEST 2007


Author: voroshil
Date: Sat Oct 20 07:02:44 2007
New Revision: 24816

Log:
czech/slovak character set fixes:
plain latin characters instead of native were wrongly used in several places
of charset table.

patch from Oldrich Jedlicka oldium dot pro at seznam dot cz




Modified:
   trunk/stream/tvi_vbi.c

Modified: trunk/stream/tvi_vbi.c
==============================================================================
--- trunk/stream/tvi_vbi.c	(original)
+++ trunk/stream/tvi_vbi.c	Sat Oct 20 07:02:44 2007
@@ -301,7 +301,7 @@ static unsigned int lang_chars[LANGS][0x
  * 00:  £ $ @ « ½ » ¬ # ­ ¼ ¦ ¾ ÷  English
  * 01:  é ï à ë ê ù î # è â ô û ç  French
  * 02:  # ¤ É Ä Ö Å Ü _ é ä ö å ü  Swedish/Finnish/Hungarian
- * 03:  # u c t z ý í r é á e ú s  Czech/Slovak
+ * 03:  # ů č ť ž ý í ř é á ě ú š  Czech/Slovak
  * 04:  # $ § Ä Ö Ü ^ _ ° ä ö ü ß  German
  * 05:  ç $ ¡ á é í ó ú ¿ ü ñ è à  Portuguese/Spanish
  * 06:  £ $ é ° ç » ¬ # ù à ò è ì  Italian
@@ -315,7 +315,7 @@ static unsigned int latin_subchars[8][13
   // Swedish/Finnish/Hungarian
   {0x23,0xa4,0xc9,0xc4,0xd6,0xc5,0xdc,0x5f,0xe9,0xe4,0xf6,0xe5,0xfc},
   // Czech/Slovak
-  {0x23,0x75,0x63,0x74,0x7a,0xfd,0xed,0x72,0xe9,0xe1,0x65,0xfa,0x73},
+  {0x23,0x16f,0x10d,0x165,0x17e,0xfd,0xed,0x159,0xe9,0xe1,0x11b,0xfa,0x161},
   // German
   {0x23,0x24,0xa7,0xc4,0xd6,0xdc,0x5e,0x5f,0xb0,0xe4,0xf6,0xfc,0xdf},
   // Portuguese/Spanish



More information about the MPlayer-cvslog mailing list