Ignore:
Timestamp:
04/17/07 14:06:12 (17 years ago)
Author:
r2d
Message:
  • added unicode (UTF-8) autodetection for unix
  • changed --longhelp about --unicode
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/mpcenc/mpcenc.h

    r241 r272  
    4343#elif defined __unix__  ||  defined __linux__  ||  defined __APPLE__
    4444# include <unistd.h>
     45# include <locale.h>
     46# include <langinfo.h>
    4547#else
    4648// .... add Includes for new Operating System here (with prefix: #elif defined)
Note: See TracChangeset for help on using the changeset viewer.