Re: str and unicode proper usage

2009-12-14 Thread Lie Ryan
On 12/15/2009 5:05 AM, gizli wrote: Hi all, If an entire application operates on Unicode strings from UI to database, is there a use case for str() and unicode() functions? The application should be able to read/write files, open sockets and execute external processes and parse their output. Fro

Re: str and unicode proper usage

2009-12-14 Thread Dave Angel
gizli wrote: Hi all, If an entire application operates on Unicode strings from UI to database, is there a use case for str() and unicode() functions? The application should be able to read/write files, open sockets and execute external processes and parse their output. From my own experiments,

str and unicode proper usage

2009-12-14 Thread gizli
Hi all, If an entire application operates on Unicode strings from UI to database, is there a use case for str() and unicode() functions? The application should be able to read/write files, open sockets and execute external processes and parse their output. From my own experiments, the open() comma