src/unix.cpp
changeset 8711 d70c2ff34e33
parent 8710 52015340050c
child 8760 ce0891c412ce
equal deleted inserted replaced
8710:52015340050c 8711:d70c2ff34e33
   201 #ifdef WITH_ICONV
   201 #ifdef WITH_ICONV
   202 
   202 
   203 #include <iconv.h>
   203 #include <iconv.h>
   204 #include <errno.h>
   204 #include <errno.h>
   205 #include "debug.h"
   205 #include "debug.h"
       
   206 #include "string_func.h"
   206 
   207 
   207 #define INTERNALCODE "UTF-8"
   208 #define INTERNALCODE "UTF-8"
   208 
   209 
   209 /** Try and try to decipher the current locale from environmental
   210 /** Try and try to decipher the current locale from environmental
   210  * variables. MacOSX is hardcoded, other OS's are dynamic. If no suitable
   211  * variables. MacOSX is hardcoded, other OS's are dynamic. If no suitable