Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv975
Modified Files:
childapp.py
Log Message:
support for unicode start strings
Index: childapp.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/childapp.py,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** childapp.py 2 Nov 2003 12:01:37 -0000 1.39
--- childapp.py 8 Nov 2003 13:18:23 -0000 1.40
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.40 2003/11/08 13:18:23 dischi
+ # support for unicode start strings
+ #
# Revision 1.39 2003/11/02 12:01:37 dischi
# remove debug
***************
*** 126,129 ****
--- 129,135 ----
prio = 0
+ if isinstance(app, unicode):
+ app = app.encode(config.LOCALE, 'ignore')
+
if isinstance(app, str):
# app is a string to execute. It will be executed by 'sh -c '
-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog