Author: duncan
Date: Sun May 13 08:23:41 2007
New Revision: 9567

Modified:
   branches/rel-1/freevo/freevo_config.py
   branches/rel-1/freevo/local_conf.py.example

Log:
Changed default LOCALE from latin-1 to iso-8859-15


Modified: branches/rel-1/freevo/freevo_config.py
==============================================================================
--- branches/rel-1/freevo/freevo_config.py      (original)
+++ branches/rel-1/freevo/freevo_config.py      Sun May 13 08:23:41 2007
@@ -268,6 +268,7 @@
      Changed weather locations to add a language code as the third parameter
      Moved video.reencode to video.reencode-old and video.reencode2 to 
video.reencode
      Added MAJOR_AUDIO_CTRL_MUTE to be able to choose a differente control for 
mute in the Alsa mixer plugin
+     Changed default locale from latin-1 to iso-8859-15, they are really the 
same
      ''' ),
 ]
 
@@ -705,7 +706,7 @@
 # in another encoding. Locale must be one of: de, jp, uk, us
 #
 AMAZON_LOCALE = 'us'
-AMAZON_QUERY_ENCODING = 'latin-1'
+AMAZON_QUERY_ENCODING = 'iso-8859-15'
 
 # use mplayer for tv
 # to use tvtime, put the following two lines in your local_conf.py:
@@ -1910,7 +1911,7 @@
     TV_LOGOS = '/tmp/freevo/xmltv/logos'
 
 
-LOCALE='latin-1'
+LOCALE='iso-8859-15'
 
 FREEVO_EVENTHANDLER_SANDBOX = 1
 

Modified: branches/rel-1/freevo/local_conf.py.example
==============================================================================
--- branches/rel-1/freevo/local_conf.py.example (original)
+++ branches/rel-1/freevo/local_conf.py.example Sun May 13 08:23:41 2007
@@ -1547,7 +1547,7 @@
 # to those logos here
 # TV_LOGOS = OS_CACHEDIR + '/xmltv/logos'
 
-# LOCALE='latin-1'
+# LOCALE='iso-8859-15'
 
 # ======================================================================
 # Idlebar and plugins

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to