From d5296f28959c0cd0a6960ef36a8db840ba93aba2 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Fri, 28 Apr 2006 11:37:22 +0000 Subject: gst/id3demux/id3v2frames.c: Recognise and skip any byte order marker (BOM) in Original commit message from CVS: * gst/id3demux/id3v2frames.c: (has_utf16_bom), (parse_split_strings): Recognise and skip any byte order marker (BOM) in UTF-16 strings. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d04066ab..54bc8f0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-04-28 Tim-Philipp Müller + + * gst/id3demux/id3v2frames.c: (has_utf16_bom), + (parse_split_strings): + Recognise and skip any byte order marker (BOM) in + UTF-16 strings. + 2006-04-27 Tim-Philipp Müller * docs/plugins/Makefile.am: -- cgit