From b22fbf9f20d31b38991421f31d4ec143d9c5815f Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Wed, 5 Jul 2006 10:14:16 +0000 Subject: ext/taglib/gstid3v2mux.cc: Make UTF-8 the default encoding when writing string tags (before, our UTF-8 strings would ... Original commit message from CVS: * ext/taglib/gstid3v2mux.cc: Make UTF-8 the default encoding when writing string tags (before, our UTF-8 strings would automatically be converted to ISO-8859-1 by taglib and written as ISO-8859-1 fields if that was possible). * tests/check/elements/id3v2mux.c: (utf8_string_in_buf), (test_taglib_id3mux_check_tag_buffer), (identity_cb), (test_taglib_id3mux_with_tags): Add test case that makes sure our UTF-8 strings have actually been written into the tag as UTF-8. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9b8671eb..3f18b9e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2006-07-05 Tim-Philipp Müller + + * ext/taglib/gstid3v2mux.cc: + Make UTF-8 the default encoding when writing string + tags (before, our UTF-8 strings would automatically + be converted to ISO-8859-1 by taglib and written as + ISO-8859-1 fields if that was possible). + + * tests/check/elements/id3v2mux.c: (utf8_string_in_buf), + (test_taglib_id3mux_check_tag_buffer), (identity_cb), + (test_taglib_id3mux_with_tags): + Add test case that makes sure our UTF-8 strings have + actually been written into the tag as UTF-8. + 2006-07-04 Tim-Philipp Müller * configure.ac: -- cgit