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
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