Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11397/src
Modified Files:
Tag: rel-1-5
config.py
Log Message:
fix encoding detection
Index: config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/config.py,v
retrieving revision 1.110
retrieving revision 1.110.2.1
diff -C2 -d -r1.110 -r1.110.2.1
*** config.py 10 Jul 2004 12:33:36 -0000 1.110
--- config.py 9 Aug 2004 14:37:27 -0000 1.110.2.1
***************
*** 23,26 ****
--- 23,29 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.110.2.1 2004/08/09 14:37:27 dischi
+ # fix encoding detection
+ #
# Revision 1.110 2004/07/10 12:33:36 dischi
# header cleanup
***************
*** 883,889 ****
--- 886,894 ----
try:
encoding = os.environ[ 'LANG' ].split( '.' )[ 1 ]
+ ''.encode(encoding)
except:
try:
encoding = os.environ[ 'LC_ALL' ].split( '.' )[ 1 ]
+ ''.encode(encoding)
except:
encoding = LOCALE
-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog