Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31356
Modified Files: item.py playlist.py Log Message: small cosmetic fixes Index: item.py =================================================================== RCS file: /cvsroot/freevo/freevo/src/item.py,v retrieving revision 1.64 retrieving revision 1.65 diff -C2 -d -r1.64 -r1.65 *** item.py 5 Feb 2004 19:26:41 -0000 1.64 --- item.py 8 Feb 2004 17:39:39 -0000 1.65 *************** *** 10,13 **** --- 10,16 ---- # ----------------------------------------------------------------------- # $Log$ + # Revision 1.65 2004/02/08 17:39:39 dischi + # small cosmetic fixes + # # Revision 1.64 2004/02/05 19:26:41 dischi # fix unicode handling *************** *** 23,31 **** # Handle filenames internally as unicode objects. # ! # This does *NOT* affect filenames that have only ASCII chars, since the translation ASCII -> Unicode is painless. However this *DOES* affect files with accents, like é (e acute, \xe9) and others. ! # ! # I tested with Video, Images and Music modules, but *NOT* with Games, so if you have the games modules, give it a try. # ! # It determines the encoding based on (in order) FREEVO_LOCALE, LANG and LC_ALL, which may have the form: "LANGUAGE_CODE.ENCODING", like "pt_BR.UTF-8", and others. # # Revision 1.60 2004/02/03 20:46:57 dischi --- 26,36 ---- # Handle filenames internally as unicode objects. # ! # This does *NOT* affect filenames that have only ASCII chars, since the ! # translation ASCII -> Unicode is painless. However this *DOES* affect files ! # with accents # ! # It determines the encoding based on (in order) FREEVO_LOCALE, LANG and ! # LC_ALL, which may have the form: "LANGUAGE_CODE.ENCODING", ! # like "pt_BR.UTF-8" # # Revision 1.60 2004/02/03 20:46:57 dischi Index: playlist.py =================================================================== RCS file: /cvsroot/freevo/freevo/src/playlist.py,v retrieving revision 1.62 retrieving revision 1.63 diff -C2 -d -r1.62 -r1.63 *** playlist.py 31 Jan 2004 16:38:49 -0000 1.62 --- playlist.py 8 Feb 2004 17:39:39 -0000 1.63 *************** *** 10,13 **** --- 10,16 ---- # ----------------------------------------------------------------------- # $Log$ + # Revision 1.63 2004/02/08 17:39:39 dischi + # small cosmetic fixes + # # Revision 1.62 2004/01/31 16:38:49 dischi # removed unneeded attr *************** *** 624,626 **** # load the MimetypePlugin ! plugin.activate(Mimetype()) --- 627,630 ---- # load the MimetypePlugin ! mimetype = Mimetype() ! plugin.activate(mimetype) ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Freevo-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog