summaryrefslogtreecommitdiff
path: root/src/charset.cpp
AgeCommit message (Expand)Author
2016-11-13Update headersAndrzej Rybczak
2015-06-13charset: provide overloads for rvalue referencesAndrzej Rybczak
2014-11-15charset: pass const referencesAndrzej Rybczak
2014-11-11remove silly comment after namespacesAndrzej Rybczak
2014-08-27update copyright messageAndrzej Rybczak
2013-04-07update copyright infoAndrzej Rybczak
2012-10-05initial restoration of support for encodings different than utf-8Andrzej Rybczak
2012-10-05use boost.locale for charset conversions instead of iconvAndrzej Rybczak
2012-09-11charset: put functions into namespace and change naming conventionAndrzej Rybczak
2012-09-11get rid of locale_to_utf where it's not needed anymoreAndrzej Rybczak
2012-03-17update copyright datesAndrzej Rybczak
2011-11-01update copyright datesAndrzej Rybczak
2010-08-10lyrics: add support for lyricstime.com, metrolyrics.com and lyricsmania.comAndrzej Rybczak
2010-03-04charset: use free() instead of delete[] to release memory allocated by strdup()Damien Leone
2010-01-30update copyright noticesAndrzej Rybczak
2009-12-24do not try to convert to utf8 strings that are already encoded in itAndrzej Rybczak
2009-12-23merge char_non_ascii() into has_non_ascii_chars()Andrzej Rybczak
2009-10-04fix broken compilation due to lack of setters for mpd_songAndrzej Rybczak
2009-09-23fix very nasty bug that could cause billion of segfaultsAndrzej Rybczak
2009-09-23fix compilation --with-iconvAndrzej Rybczak
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