|
|
Choosing A Webhost: |
problem: non-ascii data and xmlrpmlib.py: msg#00028cms.opengroupware.xmlrpc.devel
For those who read the previous mails on this topic, here the summary - which worked for me :-). Goal: reading, changing, and updating of persons and enterprise involving non-ascii ('latin-1') data using python and the xmlrpclib.py 1. Python site configuration: In /usr/lib/python2.3/site.py change encoding = "ascii" to encoding = "utf-8" 2. The relevant lines from the top level script 'myupdate.py' are the following: #!/usr/bin/env python # -*- coding: utf-8 -*- 3. Any new string to be assigned, edited in a 'iso-8859-1' encoding editor should be declared as python-unicode-string, e.g. newattrvalue = u'newvaluewithaccents' Finally it should be mentioned that a custom xmlrpclib.py is needed not only for python2.2 but also for python2.3 since HTTP-Authentication still hasn't made it into the standard library. Thank you Helge Martin -- OpenGroupware.org XML-RPC xmlrpc@xxxxxxxxxxxxxxxxx http://mail.opengroupware.org/mailman/listinfo/xmlrpc
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Some more XML-RPC questions, Helge Hess |
|---|---|
| Next by Date: | Re: problem: non-ascii data and xmlrpmlib.py, Helge Hess |
| Previous by Thread: | problem: non-ascii data and xmlrpmlib.py, Dr. Martin Korff |
| Next by Thread: | Re: problem: non-ascii data and xmlrpmlib.py, Helge Hess |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |