Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11432/src

Modified Files:
        config.py 
Log Message:
fix encoding detection

Index: config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/config.py,v
retrieving revision 1.112
retrieving revision 1.113
diff -C2 -d -r1.112 -r1.113
*** config.py   9 Aug 2004 14:02:52 -0000       1.112
--- config.py   9 Aug 2004 14:37:45 -0000       1.113
***************
*** 23,26 ****
--- 23,29 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.113  2004/08/09 14:37:45  dischi
+ # fix encoding detection
+ #
  # Revision 1.112  2004/08/09 14:02:52  dischi
  # first draft of new tv card setup
***************
*** 934,940 ****
--- 937,945 ----
  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

Reply via email to