Changeset 8e459605c2b08a1c163d856c647b6cd0e0f99311

Show
Ignore:
Timestamp:
11/02/06 15:53:44 (3 years ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1139669624 +0000
git-parent:

[89e1637e4e06feac851edcafb4ebe760ce611595]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1139669624 +0000
Message:

Use more common CP1252 rather than Latin-9 as fallback charset

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/libvlc.c

    r26d5b73 r8e45960  
    19761976         */ 
    19771977        psz_conv = strcmp( psz_charset, "ASCII" ) 
    1978             ? psz_charset 
    1979             : "ISO-8859-15"; 
     1978            ? psz_charset : "CP1252"; 
    19801979 
    19811980        vlc_mutex_init( p_libvlc, &libvlc.from_locale_lock );