Mercurial > audlegacy
diff ChangeLog @ 2559:b474ecb5bde4 trunk
[svn] revise str_to_utf8():
- new utf8 validator using libguess DFA has been implemented. str_to_utf8() tries utf8 validation first.
- default conversion from ISO-8859-1 is enabled regardless of chardet.
- libguess and librcd is always compiled in.
- some libguess cleanups.
author | yaz |
---|---|
date | Wed, 21 Feb 2007 04:25:12 -0800 |
parents | d4ecf0a91222 |
children | 5511818eb9d3 |
line wrap: on
line diff
--- a/ChangeLog Wed Feb 21 03:52:52 2007 -0800 +++ b/ChangeLog Wed Feb 21 04:25:12 2007 -0800 @@ -1,3 +1,11 @@ +2007-02-21 11:52:52 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> + revision [4126] + - vfs layer doesn't provide fdopen. + + trunk/src/libid3tag/file.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + + 2007-02-21 00:17:08 +0000 George Averill <nhjm449@gmail.com> revision [4124] - Make unplayable files dialog resizable and centered on the screen. (closes #802)