src/unix.cpp
changeset 8215 e09394d313fc
parent 8214 971f861d5543
child 8264 b1e85998c7d3
equal deleted inserted replaced
8214:971f861d5543 8215:e09394d313fc
   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