summaryrefslogtreecommitdiff
path: root/src/charset.cpp
AgeCommit message (Expand)Author
2009-07-10make str_pool return const char * instead of char *Andrzej Rybczak
2009-07-04use prefix ++ instead of postfix where availableAndrzej Rybczak
2009-05-21get rid of C style castsAndrzej Rybczak
2009-03-27do not zero allocated space, just append null character at the end of stringAndrzej Rybczak
2009-03-26pass to iconv "utf-8" as name of utf8 encoding instead of "utf8"Andrzej Rybczak
2009-03-26handle iconv() function that takes const char ** instead of char **Andrzej Rybczak
2009-03-26disable detecting currently used encoding as it's extremely uglyAndrzej Rybczak
2009-03-20provide file with locales and corresponding encodingsAndrzej Rybczak
2009-03-08check if setlocale() returns NULLAndrzej Rybczak
2009-01-30if locale are set to C, do not do encoding convertionAndrzej Rybczak
2009-01-27check if s and locale_charset ptrs are NULL before conversionAndrzej Rybczak
2009-01-17do not exclude iconv support if unicode is enabledAndrzej Rybczak
2009-01-17remove static keyword from char_non_ascii() declarationAndrzej Rybczak
2009-01-17update fsf address and copyright infoAndrzej Rybczak
2009-01-15convert filenames to current locale if needed / some implementation improvementsAndrzej Rybczak
2009-01-12use setlocale() instead of getenv() for determining localeAndrzej Rybczak
2009-01-11charset: fix portability for unsigned charsMax Kellermann
2009-01-11convert id3 tags, directories and playlist names to current locale if neededAndrzej Rybczak