Re: Problems with joining Unicode strings

2008-03-23 Thread John Machin
On Mar 24, 7:58 am, Ulysse <[EMAIL PROTECTED]> wrote: > Hello, > > I have problems with joining strings. > > My program get web page fragments, then joins them into one single web > page. I have error when I try to join these fregments : > "UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 i

Problems with joining Unicode strings

2008-03-23 Thread Ulysse
Hello, I have problems with joining strings. My program get web page fragments, then joins them into one single web page. I have error when I try to join these fregments : "UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 208: ordinal not in range(128)" Here is my code : # P