Author: dmeyer
Date: Fri Jan 12 21:56:10 2007
New Revision: 2385
Modified:
trunk/base/src/config.py
Log:
fix unicde bug
Modified: trunk/base/src/config.py
==============================================================================
--- trunk/base/src/config.py (original)
+++ trunk/base/src/config.py Fri Jan 12 21:56:10 2007
@@ -427,7 +427,7 @@
if not index in self._dict and create:
newitem = self._dict[index] = self._schema.copy()
newitem._parent = self
- newitem._name = u"[%s]" % unicode(index)
+ newitem._name = '[%s]' % unicode_to_str(index)
if isinstance(newitem, Group):
for item in newitem._schema:
item._parent = newitem
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog