/** * Copyright (c) 2009-2010 Mika Laitio * * This file and library is covered by the LGPL version 3, read LICENSE for details. * * History: * - Created charencoding_internal.h on: Nov 25, 2009 */ #ifndef CHARENCODING_INTERNAL_H_ #define CHARENCODING_INTERNAL_H_ const char *get_locale_charset_alias(); char *str_iconv_encode(iconv_t conversion_desc, const char *src, size_t src_bcount, size_t *p_bcount, int *err_flg); #endif /* CHARENCODING_INTERNAL_H_ */