equal
deleted
inserted
replaced
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 |