|
From: Travis O. <oli...@ie...> - 2006-01-25 08:23:16
|
N. Volbers wrote: > 4) In the example above, printing any of the strings via 'print' will > yield the characters and then the characters up to the string size > filled up with \x00, e.g. > > u'Bill\x00\x00\x00\x00\x00\x00\x00.... (30 characters total)' > > Why doesn't 'prin't terminate the output when the first \x00 is reached ? O.K. I finally broke down and fixed this in the SVN version. Perhaps people can try it out for bugs. -Travis |