index
:
ncmpcpp.git
0.6.x
0.7.x
0.8.x
0.9.x
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
charset.cpp
Age
Commit message (
Expand
)
Author
2016-11-13
Update headers
Andrzej Rybczak
2015-06-13
charset: provide overloads for rvalue references
Andrzej Rybczak
2014-11-15
charset: pass const references
Andrzej Rybczak
2014-11-11
remove silly comment after namespaces
Andrzej Rybczak
2014-08-27
update copyright message
Andrzej Rybczak
2013-04-07
update copyright info
Andrzej Rybczak
2012-10-05
initial restoration of support for encodings different than utf-8
Andrzej Rybczak
2012-10-05
use boost.locale for charset conversions instead of iconv
Andrzej Rybczak
2012-09-11
charset: put functions into namespace and change naming convention
Andrzej Rybczak
2012-09-11
get rid of locale_to_utf where it's not needed anymore
Andrzej Rybczak
2012-03-17
update copyright dates
Andrzej Rybczak
2011-11-01
update copyright dates
Andrzej Rybczak
2010-08-10
lyrics: add support for lyricstime.com, metrolyrics.com and lyricsmania.com
Andrzej Rybczak
2010-03-04
charset: use free() instead of delete[] to release memory allocated by strdup()
Damien Leone
2010-01-30
update copyright notices
Andrzej Rybczak
2009-12-24
do not try to convert to utf8 strings that are already encoded in it
Andrzej Rybczak
2009-12-23
merge char_non_ascii() into has_non_ascii_chars()
Andrzej Rybczak
2009-10-04
fix broken compilation due to lack of setters for mpd_song
Andrzej Rybczak
2009-09-23
fix very nasty bug that could cause billion of segfaults
Andrzej Rybczak
2009-09-23
fix compilation --with-iconv
Andrzej Rybczak
2009-07-10
make str_pool return const char * instead of char *
Andrzej Rybczak
2009-07-04
use prefix ++ instead of postfix where available
Andrzej Rybczak
2009-05-21
get rid of C style casts
Andrzej Rybczak
2009-03-27
do not zero allocated space, just append null character at the end of string
Andrzej Rybczak
2009-03-26
pass to iconv "utf-8" as name of utf8 encoding instead of "utf8"
Andrzej Rybczak
2009-03-26
handle iconv() function that takes const char ** instead of char **
Andrzej Rybczak
2009-03-26
disable detecting currently used encoding as it's extremely ugly
Andrzej Rybczak
2009-03-20
provide file with locales and corresponding encodings
Andrzej Rybczak
2009-03-08
check if setlocale() returns NULL
Andrzej Rybczak
2009-01-30
if locale are set to C, do not do encoding convertion
Andrzej Rybczak
2009-01-27
check if s and locale_charset ptrs are NULL before conversion
Andrzej Rybczak
2009-01-17
do not exclude iconv support if unicode is enabled
Andrzej Rybczak
2009-01-17
remove static keyword from char_non_ascii() declaration
Andrzej Rybczak
2009-01-17
update fsf address and copyright info
Andrzej Rybczak
2009-01-15
convert filenames to current locale if needed / some implementation improvements
Andrzej Rybczak
2009-01-12
use setlocale() instead of getenv() for determining locale
Andrzej Rybczak
2009-01-11
charset: fix portability for unsigned chars
Max Kellermann
2009-01-11
convert id3 tags, directories and playlist names to current locale if needed
Andrzej Rybczak