Code

compatibility fixes for GLib 2.12
[ncmpc.git] / src / charset.c
2009-12-10 Max Kellermanncompatibility fixes for GLib 2.12
2009-11-30 Thomas AdamFix compiling with --disable-locale
2009-11-19 Max Kellermanncharset: added support for zero-width characters
2009-11-19 Max Kellermanncharset: moved code to unicode_char_width()
2009-11-02 Max Kellermanncharset: added function locale_width()
2009-10-20 Max Kellermanncharset: added function utf8_cut_width()
2009-10-19 Max Kellermanncharset: added "replace" functions
2009-10-04 Thomas Jansencharset: removed duplicate return
2009-01-01 Avuton OlrichUpdate copyright notices
2008-12-25 Max Kellermannconfigure.ac: added --disable-multibyte
2008-12-25 Max Kellermannconfigure.ac: added --disable-locale option
2008-11-07 Max Kellermanndisable more features with --enable-mini
2008-11-07 Max Kellermanncharset: don't allocate GError
2008-10-06 Max Kellermannconfigure.ac: added option --disable-wide
2008-10-03 Max Kellermanncharset: pass -1 instead of strlen()
2008-10-02 Max Kellermannfix compiler errors without locale.h
2008-10-02 Max Kellermanncharset: convert strings with fallback
2008-10-02 Max Kellermanncharset: charset_init() returns character set
2008-10-02 Max Kellermanncharset: renamed my_strlen() to utf8_width()
2008-10-02 Max Kellermannmoved code to charset.c