ConfigParser and unicode: a simple solution?

Terry Hancock hancock at anansispaceworks.com
Wed Feb 22 19:24:07 EST 2006


On Wed, 22 Feb 2006 23:42:37 +0100
Frank Niessink <frank at niessink.com> wrote:
> I'm using ConfigParser to read and write simple
> configuration files. 
> 
> However, filenames may not be simple ascii strings, but
> can very well be 
>   unicode strings. 
http://www.google.com/search?hl=en&q=ConfigParser+unicode&btnG=Google+Search

First hit identifies "ConfigObj", and a few links later gets
you the home page and Sourceforge project page:

http://www.voidspace.org.uk/python/configobj.html
http://sourceforge.net/projects/configobj

-- 
Terry Hancock (hancock at AnansiSpaceworks.com)
Anansi Spaceworks http://www.AnansiSpaceworks.com




More information about the Python-list mailing list