Update of /cvsroot/wpdev/xmlscripts/documentation/webroot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19386/webroot
Modified Files:
ChangeLog.wolfpack FAQ.html
Log Message:
Updates
Index: FAQ.html
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/documentation/webroot/FAQ.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** FAQ.html 19 Aug 2004 04:32:37 -0000 1.9
--- FAQ.html 19 Aug 2004 12:01:30 -0000 1.10
***************
*** 240,243 ****
--- 240,245 ----
<li><a name="10" class="question">Help! I get unicode errors with my python scripts!</a><br />
<div class="answer">
+ <span style="font-weight:bold;">This problem should only occur with versions prior to Wolfpack 12.9.8.</span>
+ <br /><br />
This problem is mostly common with Linux/BSD. Python-2.3 on many distributions comes compiled
using UCS4 for Unicode. Wolfpack currently requires that Python-2.3 be compiled with UCS2 for
Index: ChangeLog.wolfpack
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/documentation/webroot/ChangeLog.wolfpack,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** ChangeLog.wolfpack 17 Aug 2004 20:21:24 -0000 1.42
--- ChangeLog.wolfpack 19 Aug 2004 12:01:30 -0000 1.43
***************
*** 39,42 ****
--- 39,44 ----
- Database Change:
items.magic is now items.movable
+ - QT_CLEAN_NAMESPACE Cleanups
+ - Python UCS4 Support
* Definition Changes:
- Fixed Sheep definitions
|