Changeset 8e459605c2b08a1c163d856c647b6cd0e0f99311
- 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
| r26d5b73 |
r8e45960 |
|
| 1976 | 1976 | */ |
|---|
| 1977 | 1977 | psz_conv = strcmp( psz_charset, "ASCII" ) |
|---|
| 1978 | | ? psz_charset |
|---|
| 1979 | | : "ISO-8859-15"; |
|---|
| | 1978 | ? psz_charset : "CP1252"; |
|---|
| 1980 | 1979 | |
|---|
| 1981 | 1980 | vlc_mutex_init( p_libvlc, &libvlc.from_locale_lock ); |
|---|