[XML-SIG] what's this.

Lars Marius Garshol larsga@garshol.priv.no
17 Sep 2001 10:11:30 +0200


* zhusm@neusoft.com
|
| i use the xml.dom.minidom to parse a xml file.and get the content
| like this:but before every string there is a u.what's the u char.

In Python 2.x Unicode strings are displayed that way. So it means that
it's a Unicode string, which generally should behave like the old byte
strings. 

--Lars M.