Re: DSV Update?
Roger Binns <[email protected]>
| Newsgroups | gmane.comp.mobile.bitpim.devel |
|---|---|
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Joe Pham wrote: > wxPython 2.8_ printed a deprecation warning off DSV. It's simple to > fix, but the package is no longer maintained. What are our options? There is a builtin csv python module from python 2.3 onwards. The only issue with that module is that it works on bytes not characters, so unicode seriously messes it up. It may be possible to convert all text to utf-8, feed it to the module, and then convert the results from utf-8 back to unicode. Roger -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFFouKomOOfHg372QQRAl1+AKC4IpcIRIUP5oTZ1yV0D++LVlShjwCgnIPu ggFBRuAjZ5r+ZfexWYCluX8= =cFhd -----END PGP SIGNATURE----- ------------------------------------------------------------------------- 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