Check environment variables GST_ID3V2_TAG_ENCODING,
authorTim-Philipp Müller <tim@centricular.net>
Wed, 26 Jan 2005 12:38:02 +0000 (12:38 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 26 Jan 2005 12:38:02 +0000 (12:38 +0000)
commit913dd3f78ea0d7aa5cc4d61b4a72e1fd97effc70
tree41c546bd2ec5cc0a9e868b3cd68b1c67a3d4c7eb
parent804052d1ef0caecec13b8e72ad0f6c12403a4ffa
Check environment variables GST_ID3V2_TAG_ENCODING,

Original commit message from CVS:
Check environment variables GST_ID3V2_TAG_ENCODING,
GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
list of character encodings to force interpretation of non-unicode
strings stored in an ID3v2 tag to a particular encoding. If none
is specified, try to use current locale's encoding, then fall back
to ISO-8859-1 (which will always succeed). (Resolves #149274)

Check environment variables GST_ID3V1_TAG_ENCODING,
GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
list of character encodings to use in case a string encountered
in an ID3v1 tag is not valid UTF-8 already. If no encoding is
specified, try to use the current locale's encoding, then fall
back to ISO-8859-1 (which will always succeed).
ChangeLog
ext/mad/gstid3tag.c