mmappcomponents/playlistengine/data/mpxplaylisttopcharacterset.rss
changeset 0 a2952bb97e68
equal deleted inserted replaced
-1:000000000000 0:a2952bb97e68
       
     1 /*
       
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Resource file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  INCLUDES
       
    20 #include <bldvariant.hrh>
       
    21 #include <languages.hrh>
       
    22 #include "mpxplaylisttopcharacterset.rh"
       
    23 #include "mpxplaylistsupplementalcharsets.hrh"
       
    24 
       
    25 //  RESOURCE DEFINITIONS 
       
    26 
       
    27 //----------------------------------------------------    
       
    28 // Character set resources
       
    29 // copied and revised based on MetadataUtility's
       
    30 // TopCharacterSet.rss version 9
       
    31 //----------------------------------------------------    
       
    32 
       
    33     
       
    34 //----------------------------------------------------
       
    35 // Resource     : r_mpx_playlist_albanian_char_set
       
    36 // Description  : Albanian character sets
       
    37 //----------------------------------------------------
       
    38 //
       
    39 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_albanian_char_set
       
    40     {
       
    41     character_set_id =
       
    42     	{
       
    43     	KCharacterSetIdentifierUtf8,
       
    44     	KCharacterSetIdentifierIso88591,
       
    45     	KCharacterSetIdentifierIso88592
       
    46     	};
       
    47     }
       
    48     
       
    49 //----------------------------------------------------
       
    50 // Resource     : r_mpx_playlist_arabic_char_set
       
    51 // Description  : Arabic character sets
       
    52 //----------------------------------------------------
       
    53 //
       
    54 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_arabic_char_set
       
    55     {
       
    56     character_set_id =
       
    57     	{
       
    58     	KCharacterSetIdentifierUtf8,
       
    59     	KCharacterSetIdentifierIso88596,
       
    60     	// windows 1256
       
    61     	KCharacterSetIdentifierCp1256
       
    62     	};
       
    63     }
       
    64     
       
    65 //----------------------------------------------------
       
    66 // Resource     : r_mpx_playlist_bosnian_char_set
       
    67 // Description  : Bosnian character sets
       
    68 //----------------------------------------------------
       
    69 //
       
    70 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_bosnian_char_set
       
    71     {
       
    72     character_set_id =
       
    73     	{
       
    74     	KCharacterSetIdentifierUtf8,
       
    75     	KCharacterSetIdentifierIso88592
       
    76     	};
       
    77     }
       
    78     
       
    79 //----------------------------------------------------
       
    80 // Resource     : r_mpx_playlist_bulgarian_char_set
       
    81 // Description  : Bulgarian character sets
       
    82 //----------------------------------------------------
       
    83 //
       
    84 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_bulgarian_char_set
       
    85     {
       
    86     character_set_id =
       
    87     	{
       
    88     	KCharacterSetIdentifierUtf8,
       
    89     	KCharacterSetIdentifierIso88595,
       
    90     	// Windows 1251
       
    91     	KCharacterSetIdentifierCp1251
       
    92     	};
       
    93     }
       
    94 
       
    95 //----------------------------------------------------
       
    96 // Resource     : r_mpx_playlist_taiwan_hk_chinese_char_set
       
    97 // Description  : Taiwan HongKong Chinese character sets
       
    98 //----------------------------------------------------
       
    99 //
       
   100 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_taiwan_hk_chinese_char_set
       
   101     {
       
   102     character_set_id =
       
   103     	{
       
   104     	KCharacterSetIdentifierUtf8,
       
   105     	KCharacterSetIdentifierBig5
       
   106     	};
       
   107     }
       
   108     
       
   109 //----------------------------------------------------
       
   110 // Resource     : r_mpx_playlist_chinese_char_set
       
   111 // Description  : Chinese character sets
       
   112 //----------------------------------------------------
       
   113 //
       
   114 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_chinese_char_set
       
   115     {
       
   116     character_set_id =
       
   117     	{
       
   118     	KCharacterSetIdentifierUtf8,
       
   119     	KCharacterSetIdentifierGb2312,
       
   120     	KCharacterSetIdentifierGbk
       
   121     	};
       
   122     }
       
   123     
       
   124 //----------------------------------------------------
       
   125 // Resource     : r_mpx_playlist_croatian_char_set
       
   126 // Description  : Croatian character sets
       
   127 //----------------------------------------------------
       
   128 //
       
   129 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_croatian_char_set
       
   130     {
       
   131     character_set_id =
       
   132     	{
       
   133     	KCharacterSetIdentifierUtf8,
       
   134     	KCharacterSetIdentifierIso88592,
       
   135     	// windows 1250
       
   136     	KCharacterSetIdentifierCp1250
       
   137     	};
       
   138     }
       
   139     
       
   140 //----------------------------------------------------
       
   141 // Resource     : r_mpx_playlist_czech_char_set
       
   142 // Description  : Czech character sets
       
   143 //----------------------------------------------------
       
   144 //
       
   145 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_czech_char_set
       
   146     {
       
   147     character_set_id =
       
   148     	{
       
   149     	KCharacterSetIdentifierUtf8,
       
   150     	KCharacterSetIdentifierIso88592,
       
   151     	// windows 1250
       
   152     	KCharacterSetIdentifierCp1250
       
   153     	};
       
   154     }    
       
   155     
       
   156 //----------------------------------------------------
       
   157 // Resource     : r_mpx_playlist_danish_char_set
       
   158 // Description  : Danish character sets
       
   159 //----------------------------------------------------
       
   160 //
       
   161 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_danish_char_set
       
   162     {
       
   163     character_set_id =
       
   164     	{
       
   165     	KCharacterSetIdentifierUtf8,
       
   166     	KCharacterSetIdentifierIso88591,
       
   167     	KCharacterSetIdentifierIso885915,
       
   168     	// windows 1252
       
   169     	KCharacterSetIdentifierCp1252
       
   170     	};
       
   171     }
       
   172     
       
   173 //----------------------------------------------------
       
   174 // Resource     : r_mpx_playlist_dutch_char_set
       
   175 // Description  : Dutch character sets
       
   176 //----------------------------------------------------
       
   177 //
       
   178 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_dutch_char_set
       
   179     {
       
   180     character_set_id =
       
   181     	{
       
   182     	KCharacterSetIdentifierUtf8,
       
   183     	KCharacterSetIdentifierIso88591,
       
   184     	KCharacterSetIdentifierIso885915,
       
   185     	// windows 1252
       
   186     	KCharacterSetIdentifierCp1252
       
   187     	};
       
   188     }
       
   189     
       
   190 //----------------------------------------------------
       
   191 // Resource     : r_mpx_playlist_english_char_set
       
   192 // Description  : English character sets
       
   193 //----------------------------------------------------
       
   194 //
       
   195 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_english_char_set
       
   196     {
       
   197     character_set_id =
       
   198     	{
       
   199     	KCharacterSetIdentifierUtf8,
       
   200     	KCharacterSetIdentifierAscii,
       
   201     	KCharacterSetIdentifierIso88591,
       
   202     	KCharacterSetIdentifierIso885915,
       
   203     	// windows 1252
       
   204     	KCharacterSetIdentifierCp1252
       
   205     	};
       
   206     }
       
   207     
       
   208 //----------------------------------------------------
       
   209 // Resource     : r_mpx_playlist_estonian_char_set
       
   210 // Description  : Estonian character sets
       
   211 //----------------------------------------------------
       
   212 //
       
   213 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_estonian_char_set
       
   214     {
       
   215     character_set_id =
       
   216     	{
       
   217     	KCharacterSetIdentifierUtf8,
       
   218     	KCharacterSetIdentifierIso88591,
       
   219     	KCharacterSetIdentifierIso88594,
       
   220     	KCharacterSetIdentifierIso885910,
       
   221     	KCharacterSetIdentifierIso885913,
       
   222     	// windows 1257
       
   223     	KCharacterSetIdentifierCp1257
       
   224 
       
   225     	};
       
   226     }
       
   227     
       
   228 //----------------------------------------------------
       
   229 // Resource     : r_mpx_playlist_farsi_char_set
       
   230 // Description  : Farsi character sets
       
   231 //----------------------------------------------------
       
   232 //
       
   233 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_farsi_char_set
       
   234     {
       
   235     character_set_id =
       
   236     	{
       
   237     	KCharacterSetIdentifierUtf8,
       
   238     	KCharacterSetIdentifierIso88596,
       
   239     	// Windows-1256
       
   240     	KCharacterSetIdentifierCp1256
       
   241     	};
       
   242     }    
       
   243     
       
   244 //----------------------------------------------------
       
   245 // Resource     : r_mpx_playlist_finnish_char_set
       
   246 // Description  : Finnish character sets
       
   247 //----------------------------------------------------
       
   248 //
       
   249 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_finnish_char_set
       
   250     {
       
   251     character_set_id =
       
   252     	{
       
   253     	KCharacterSetIdentifierUtf8,
       
   254     	KCharacterSetIdentifierIso88591,
       
   255     	KCharacterSetIdentifierIso885915,
       
   256     	// windows 1252
       
   257     	KCharacterSetIdentifierCp1252
       
   258     	};
       
   259     }    
       
   260     
       
   261 //----------------------------------------------------
       
   262 // Resource     : r_mpx_playlist_french_char_set
       
   263 // Description  : English character sets
       
   264 //----------------------------------------------------
       
   265 //
       
   266 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_french_char_set
       
   267     {
       
   268     character_set_id =
       
   269     	{
       
   270     	KCharacterSetIdentifierUtf8,
       
   271     	KCharacterSetIdentifierIso88591,
       
   272     	KCharacterSetIdentifierIso885915,
       
   273     	// windows 1252
       
   274     	KCharacterSetIdentifierCp1252
       
   275     	};
       
   276     }
       
   277 
       
   278 //----------------------------------------------------
       
   279 // Resource     : r_mpx_playlist_german_char_set
       
   280 // Description  : German character sets
       
   281 //----------------------------------------------------
       
   282 //
       
   283 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_german_char_set
       
   284     {
       
   285     character_set_id =
       
   286     	{
       
   287     	KCharacterSetIdentifierUtf8,
       
   288     	KCharacterSetIdentifierIso88591,
       
   289     	KCharacterSetIdentifierIso885915,
       
   290     	// windows 1252
       
   291     	KCharacterSetIdentifierCp1252
       
   292     	};
       
   293     }
       
   294     
       
   295 
       
   296 //----------------------------------------------------
       
   297 // Resource     : r_mpx_playlist_greek_char_set
       
   298 // Description  : Greek character sets
       
   299 //----------------------------------------------------
       
   300 //
       
   301 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_greek_char_set
       
   302     {
       
   303     character_set_id =
       
   304     	{
       
   305     	KCharacterSetIdentifierUtf8,
       
   306     	KCharacterSetIdentifierIso88597,
       
   307     	// windows 1253
       
   308     	KCharacterSetIdentifierCp1253
       
   309     	};
       
   310     }
       
   311     
       
   312 //----------------------------------------------------
       
   313 // Resource     : r_mpx_playlist_hebrew_char_set
       
   314 // Description  : Hebrew character sets
       
   315 //----------------------------------------------------
       
   316 //
       
   317 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_hebrew_char_set
       
   318     {
       
   319     character_set_id =
       
   320     	{
       
   321     	KCharacterSetIdentifierUtf8,
       
   322     	KCharacterSetIdentifierIso88598,
       
   323     	// windows 1255
       
   324     	KCharacterSetIdentifierCp1255
       
   325     	};
       
   326     }
       
   327     
       
   328 //----------------------------------------------------
       
   329 // Resource     : r_mpx_playlist_hungarian_char_set
       
   330 // Description  : Hungarian character sets
       
   331 //----------------------------------------------------
       
   332 //
       
   333 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_hungarian_char_set
       
   334     {
       
   335     character_set_id =
       
   336     	{
       
   337     	KCharacterSetIdentifierUtf8,
       
   338     	KCharacterSetIdentifierIso88592,
       
   339     	// windows 1250
       
   340     	KCharacterSetIdentifierCp1250
       
   341     	};
       
   342     }    
       
   343     
       
   344 //----------------------------------------------------
       
   345 // Resource     : r_mpx_playlist_icelandic_char_set
       
   346 // Description  : Icelandic character sets
       
   347 //----------------------------------------------------
       
   348 //
       
   349 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_icelandic_char_set
       
   350     {
       
   351     character_set_id =
       
   352     	{
       
   353     	KCharacterSetIdentifierUtf8,
       
   354     	KCharacterSetIdentifierIso88591,
       
   355     	KCharacterSetIdentifierIso88599,
       
   356     	KCharacterSetIdentifierIso885915,
       
   357     	// windows 1252
       
   358     	KCharacterSetIdentifierCp1252
       
   359     	};
       
   360     }        
       
   361 
       
   362 //----------------------------------------------------
       
   363 // Resource     : r_mpx_playlist_indian_char_set
       
   364 // Description  : Indian character sets
       
   365 //----------------------------------------------------
       
   366 //
       
   367 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_indian_char_set
       
   368     {
       
   369     character_set_id =
       
   370     	{
       
   371     	KCharacterSetIdentifierUtf8,
       
   372     	// ISCII
       
   373     	KCharacterSetIdentifierISCII
       
   374     	};
       
   375     }
       
   376     
       
   377 //----------------------------------------------------
       
   378 // Resource     : r_mpx_playlist_indonesian_char_set
       
   379 // Description  : Indonesian character sets
       
   380 //----------------------------------------------------
       
   381 //
       
   382 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_indonesian_char_set
       
   383     {
       
   384     character_set_id =
       
   385     	{
       
   386     	KCharacterSetIdentifierUtf8,
       
   387     	KCharacterSetIdentifierAscii,
       
   388     	KCharacterSetIdentifierIso88591,
       
   389     	// Windows 1252
       
   390     	KCharacterSetIdentifierCp1252
       
   391     	};
       
   392     }
       
   393     
       
   394 //----------------------------------------------------
       
   395 // Resource     : r_mpx_playlist_irish_char_set
       
   396 // Description  : Irish character sets
       
   397 //----------------------------------------------------
       
   398 //
       
   399 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_irish_char_set
       
   400     {
       
   401     character_set_id =
       
   402     	{
       
   403     	KCharacterSetIdentifierUtf8,
       
   404     	KCharacterSetIdentifierIso88591,
       
   405     	KCharacterSetIdentifierIso885914
       
   406     	};
       
   407     }
       
   408         
       
   409 //----------------------------------------------------
       
   410 // Resource     : r_mpx_playlist_italian_char_set
       
   411 // Description  : Italian character sets
       
   412 //----------------------------------------------------
       
   413 //
       
   414 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_italian_char_set
       
   415     {
       
   416     character_set_id =
       
   417     	{
       
   418     	KCharacterSetIdentifierUtf8,
       
   419     	KCharacterSetIdentifierIso88591,
       
   420     	KCharacterSetIdentifierIso885915,
       
   421     	// Windows 1252
       
   422     	KCharacterSetIdentifierCp1252
       
   423     	};
       
   424     }
       
   425     
       
   426     
       
   427 //----------------------------------------------------
       
   428 // Resource     : r_mpx_playlist_japanese_char_set
       
   429 // Description  : Japanese character sets
       
   430 //----------------------------------------------------
       
   431 //
       
   432 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_japanese_char_set
       
   433     {
       
   434     character_set_id =
       
   435     	{
       
   436     	KCharacterSetIdentifierUtf8,
       
   437     	KCharacterSetIdentifierShiftJis,
       
   438     	KCharacterSetIdentifierIso2022Jp,
       
   439     	KCharacterSetIdentifierEucJpPacked
       
   440     	};
       
   441     }
       
   442     
       
   443 //----------------------------------------------------
       
   444 // Resource     : r_mpx_playlist_latvian_char_set
       
   445 // Description  : Latvian character sets
       
   446 //----------------------------------------------------
       
   447 //
       
   448 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_latvian_char_set
       
   449     {
       
   450     character_set_id =
       
   451     	{
       
   452     	KCharacterSetIdentifierUtf8,
       
   453     	KCharacterSetIdentifierIso88594,
       
   454     	KCharacterSetIdentifierIso885910,
       
   455     	KCharacterSetIdentifierIso885913,
       
   456     	// Windows 1257
       
   457     	KCharacterSetIdentifierCp1257    	
       
   458     	};
       
   459     }               
       
   460     
       
   461 //----------------------------------------------------
       
   462 // Resource     : r_mpx_playlist_lithuanian_char_set
       
   463 // Description  : Lithuanian character sets
       
   464 //----------------------------------------------------
       
   465 //
       
   466 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_lithuanian_char_set
       
   467     {
       
   468     character_set_id =
       
   469     	{
       
   470     	KCharacterSetIdentifierUtf8,
       
   471     	KCharacterSetIdentifierIso88594,
       
   472     	KCharacterSetIdentifierIso885910,
       
   473     	KCharacterSetIdentifierIso885913,
       
   474     	// Windows 1257
       
   475     	KCharacterSetIdentifierCp1257    	
       
   476     	};
       
   477     }
       
   478     
       
   479 //----------------------------------------------------
       
   480 // Resource     : r_mpx_playlist_malay_char_set
       
   481 // Description  : Malay character sets
       
   482 //----------------------------------------------------
       
   483 //
       
   484 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_malay_char_set
       
   485     {
       
   486     character_set_id =
       
   487     	{
       
   488     	KCharacterSetIdentifierUtf8,
       
   489     	KCharacterSetIdentifierAscii,
       
   490     	KCharacterSetIdentifierIso88591,
       
   491     	KCharacterSetIdentifierIso885915,
       
   492     	// Windows 1252
       
   493     	KCharacterSetIdentifierCp1252    	
       
   494     	};
       
   495     }
       
   496     
       
   497 //----------------------------------------------------
       
   498 // Resource     : r_mpx_playlist_maltese_char_set
       
   499 // Description  : Maltese character sets
       
   500 //----------------------------------------------------
       
   501 //
       
   502 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_maltese_char_set
       
   503     {
       
   504     character_set_id =
       
   505     	{
       
   506     	KCharacterSetIdentifierUtf8,
       
   507     	KCharacterSetIdentifierIso88593    	
       
   508     	};
       
   509     }
       
   510 
       
   511 //----------------------------------------------------
       
   512 // Resource     : r_mpx_playlist_norwegian_char_set
       
   513 // Description  : Norwegian character sets
       
   514 //----------------------------------------------------
       
   515 //
       
   516 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_norwegian_char_set
       
   517     {
       
   518     character_set_id =
       
   519     	{
       
   520     	KCharacterSetIdentifierUtf8,
       
   521     	KCharacterSetIdentifierIso88591,
       
   522     	KCharacterSetIdentifierIso885915,
       
   523     	// Windows 1252
       
   524     	KCharacterSetIdentifierCp1252    	    	
       
   525     	};
       
   526     }
       
   527     
       
   528 //----------------------------------------------------
       
   529 // Resource     : r_mpx_playlist_pilipino_char_set
       
   530 // Description  : Pilipino character sets
       
   531 //----------------------------------------------------
       
   532 //
       
   533 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_pilipino_char_set
       
   534     {
       
   535     character_set_id =
       
   536     	{
       
   537     	KCharacterSetIdentifierUtf8,
       
   538     	KCharacterSetIdentifierIso88591,
       
   539     	// Windows 1252
       
   540     	KCharacterSetIdentifierCp1252    	    	
       
   541     	};
       
   542     }
       
   543     
       
   544 //----------------------------------------------------
       
   545 // Resource     : r_mpx_playlist_polish_char_set
       
   546 // Description  : Polish character sets
       
   547 //----------------------------------------------------
       
   548 //
       
   549 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_polish_char_set
       
   550     {
       
   551     character_set_id =
       
   552     	{
       
   553     	KCharacterSetIdentifierUtf8,
       
   554     	KCharacterSetIdentifierIso88592,
       
   555     	// Windows 1250
       
   556     	KCharacterSetIdentifierCp1250    	    	
       
   557     	};
       
   558     }
       
   559     
       
   560 //----------------------------------------------------
       
   561 // Resource     : r_mpx_playlist_portuguese_char_set
       
   562 // Description  : Portuguese character sets
       
   563 //----------------------------------------------------
       
   564 //
       
   565 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_portuguese_char_set
       
   566     {
       
   567     character_set_id =
       
   568     	{
       
   569     	KCharacterSetIdentifierUtf8,
       
   570     	KCharacterSetIdentifierIso88591,
       
   571     	KCharacterSetIdentifierIso885915,
       
   572     	// Windows 1252
       
   573     	KCharacterSetIdentifierCp1252    	    	
       
   574     	};
       
   575     }
       
   576     
       
   577 //----------------------------------------------------
       
   578 // Resource     : r_mpx_playlist_romanian_char_set
       
   579 // Description  : Romanian character sets
       
   580 //----------------------------------------------------
       
   581 //
       
   582 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_romanian_char_set
       
   583     {
       
   584     character_set_id =
       
   585     	{
       
   586     	KCharacterSetIdentifierUtf8,
       
   587     	KCharacterSetIdentifierIso88592,
       
   588     	// Windows 1250
       
   589     	KCharacterSetIdentifierCp1250    	    	
       
   590     	};
       
   591     }
       
   592     
       
   593 //----------------------------------------------------
       
   594 // Resource     : r_mpx_playlist_russian_char_set
       
   595 // Description  : Russian character sets
       
   596 //----------------------------------------------------
       
   597 //
       
   598 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_russian_char_set
       
   599     {
       
   600     character_set_id =
       
   601     	{
       
   602     	KCharacterSetIdentifierUtf8,    	
       
   603     	KCharacterSetIdentifierIso88595,
       
   604     	// Windows 1251
       
   605     	KCharacterSetIdentifierCp1251,
       
   606     	// KOI8-R
       
   607     	KCharacterSetIdentifierKOI8R    	
       
   608     	};
       
   609     }    
       
   610     
       
   611 //----------------------------------------------------
       
   612 // Resource     : r_mpx_playlist_sami_char_set
       
   613 // Description  : Sami character sets
       
   614 //----------------------------------------------------
       
   615 //
       
   616 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_sami_char_set
       
   617     {
       
   618     character_set_id =
       
   619     	{
       
   620     	KCharacterSetIdentifierUtf8,
       
   621     	KCharacterSetIdentifierIso88594,
       
   622     	KCharacterSetIdentifierIso885910
       
   623     	};
       
   624     }
       
   625     
       
   626 //----------------------------------------------------
       
   627 // Resource     : r_mpx_playlist_serbian_char_set
       
   628 // Description  : Serbian character sets
       
   629 //----------------------------------------------------
       
   630 //
       
   631 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_serbian_char_set
       
   632     {
       
   633     character_set_id =
       
   634     	{
       
   635     	KCharacterSetIdentifierUtf8,
       
   636     	KCharacterSetIdentifierIso88592,
       
   637     	KCharacterSetIdentifierIso88595,
       
   638    	// Windows 1250
       
   639     	KCharacterSetIdentifierCp1250
       
   640     	};
       
   641     }
       
   642 
       
   643 //----------------------------------------------------
       
   644 // Resource     : r_mpx_playlist_slovak_char_set
       
   645 // Description  : Slovak character sets
       
   646 //----------------------------------------------------
       
   647 //
       
   648 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_slovak_char_set
       
   649     {
       
   650     character_set_id =
       
   651     	{
       
   652     	KCharacterSetIdentifierUtf8,
       
   653     	KCharacterSetIdentifierIso88592,
       
   654     	// Windows 1250
       
   655     	KCharacterSetIdentifierCp1250
       
   656     	};
       
   657     }
       
   658     
       
   659 //----------------------------------------------------
       
   660 // Resource     : r_mpx_playlist_slovenian_char_set
       
   661 // Description  : Slovenian character sets
       
   662 //----------------------------------------------------
       
   663 //
       
   664 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_slovenian_char_set
       
   665     {
       
   666     character_set_id =
       
   667     	{
       
   668     	KCharacterSetIdentifierUtf8,
       
   669     	KCharacterSetIdentifierIso88592,
       
   670     	// Windows 1250
       
   671     	KCharacterSetIdentifierCp1250
       
   672     	};
       
   673     }
       
   674     
       
   675 //----------------------------------------------------
       
   676 // Resource     : r_mpx_playlist_spanish_char_set
       
   677 // Description  : Spanish character sets
       
   678 //----------------------------------------------------
       
   679 //
       
   680 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_spanish_char_set
       
   681     {
       
   682     character_set_id =
       
   683     	{
       
   684     	KCharacterSetIdentifierUtf8,
       
   685     	KCharacterSetIdentifierIso88591,
       
   686     	KCharacterSetIdentifierIso885915,
       
   687     	// Windows 1252
       
   688     	KCharacterSetIdentifierCp1252
       
   689     	};
       
   690     }    
       
   691     
       
   692     
       
   693 //----------------------------------------------------
       
   694 // Resource     : r_mpx_playlist_swedish_char_set
       
   695 // Description  : Swedish character sets
       
   696 //----------------------------------------------------
       
   697 //
       
   698 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_swedish_char_set
       
   699     {
       
   700     character_set_id =
       
   701     	{
       
   702     	KCharacterSetIdentifierUtf8,
       
   703     	KCharacterSetIdentifierIso88591,
       
   704     	KCharacterSetIdentifierIso885915,
       
   705     	// Windows 1252
       
   706     	KCharacterSetIdentifierCp1252
       
   707     	};
       
   708     }
       
   709     
       
   710 //----------------------------------------------------
       
   711 // Resource     : r_mpx_playlist_thai_char_set
       
   712 // Description  : Thai character sets
       
   713 //----------------------------------------------------
       
   714 //
       
   715 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_thai_char_set
       
   716     {
       
   717     character_set_id =
       
   718     	{
       
   719     	KCharacterSetIdentifierUtf8,
       
   720     	// TIS-620
       
   721     	KCharacterSetIdentifierTIS620,
       
   722     	// Windows-874
       
   723     	KCharacterSetIdentifierCp874
       
   724     	};
       
   725     }
       
   726     
       
   727 //----------------------------------------------------
       
   728 // Resource     : r_mpx_playlist_turkish_char_set
       
   729 // Description  : Turkish character sets
       
   730 //----------------------------------------------------
       
   731 //
       
   732 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_turkish_char_set
       
   733     {
       
   734     character_set_id =
       
   735     	{
       
   736     	KCharacterSetIdentifierUtf8,
       
   737     	KCharacterSetIdentifierIso88593,
       
   738     	// Windows 1254
       
   739     	KCharacterSetIdentifierCp1254
       
   740     	};
       
   741     }
       
   742     
       
   743     
       
   744 //----------------------------------------------------
       
   745 // Resource     : r_mpx_playlist_ukrainian_char_set
       
   746 // Description  : Ukrainian character sets
       
   747 //----------------------------------------------------
       
   748 //
       
   749 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_ukrainian_char_set
       
   750     {
       
   751     character_set_id =
       
   752     	{
       
   753     	KCharacterSetIdentifierUtf8,
       
   754     	KCharacterSetIdentifierIso88595,
       
   755     	// KOI8-U
       
   756     	KCharacterSetIdentifierKOI8U
       
   757     	};
       
   758     }
       
   759     
       
   760 //----------------------------------------------------
       
   761 // Resource     : r_mpx_playlist_urdu_char_set
       
   762 // Description  : Urdu character sets
       
   763 //----------------------------------------------------
       
   764 //
       
   765 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_urdu_char_set
       
   766     {
       
   767     character_set_id =
       
   768     	{
       
   769     	KCharacterSetIdentifierUtf8,
       
   770     	KCharacterSetIdentifierIso88595,
       
   771     	KCharacterSetIdentifierIso88596,
       
   772     	// Windows-1256
       
   773     	KCharacterSetIdentifierCp1256
       
   774     	};
       
   775     }
       
   776     
       
   777 //----------------------------------------------------
       
   778 // Resource     : r_mpx_playlist_vietnamese_char_set
       
   779 // Description  : Vietnamese character sets
       
   780 //----------------------------------------------------
       
   781 //
       
   782 RESOURCE MPX_PLAYLIST_CHARACTER_SET_ENCODING r_mpx_playlist_vietnamese_char_set
       
   783     {
       
   784     character_set_id =
       
   785     	{
       
   786     	KCharacterSetIdentifierUtf8,
       
   787     	// Windows-1258
       
   788     	KCharacterSetIdentifierCp1258
       
   789     	};
       
   790     }
       
   791 
       
   792 // End of File
       
   793 
       
   794