1. 23 Aug, 2003 4 commits
    • Derk-Jan Hartman's avatar
      * added a vlc_current_charset function. This tries to get the current charset · f388eb55
      Derk-Jan Hartman authored
        in use by the OS. It's pretty nifty. if available it uses nl_langinfo. Then
        it falls back to trying setlocale (exept on OSX, where this funtion is useless)
        and then falls back to LC_ALL, LC_TYPE and LANG environment variables.
        If only the LANG variable is available (like on osx) it tries a countrycode
        to charset mapping (making an educated guess ).
        On windows it retrieves the charset with GetACP().
        It also has an aliases system to transform incompatible charset description
        strings to libiconv compatible charset descriptions. If you want you can even
        retrieve the charset on OS/2.
      * modules/codec/subsdec/subsdec.c: By default we try to open a subtitle file in
        the systems charset (or language mapped to charset). It's no more than a guess,
        and if you open Latin1 subs on your Japanese system you will still need to
        specify the encoding by hand, but it's better then nothing.
      * src/playlist/playlist.c: spelling error in a comment.
      f388eb55
    • Loïc Minier's avatar
      * added missing .cvsignore · 190f4a1e
      Loïc Minier authored
      190f4a1e
    • Loïc Minier's avatar
      * very light typo · 7894fbc0
      Loïc Minier authored
      7894fbc0
    • Laurent Aimar's avatar
      * avi : fixed a lock problem. · 1eab54ff
      Laurent Aimar authored
      1eab54ff
  2. 22 Aug, 2003 7 commits
  3. 21 Aug, 2003 2 commits
  4. 20 Aug, 2003 8 commits
  5. 19 Aug, 2003 8 commits
  6. 18 Aug, 2003 8 commits
  7. 17 Aug, 2003 3 commits