Re: valide html - Encoding/Decoding

2005-12-19 Thread gene tani
rabby wrote: > hello world! > how to get the string "/ + ( ) + \ + [ ] + : + äöü" converted into > valide html. > "...".decode("html") does not run :( > thank you for help the a-umlaut <=> ä and other translations are in htmlentitydefs, like Dennis said. cgi.escape will give you < & "e; etc, xml

valide html - Encoding/Decoding

2005-12-19 Thread rabby
hello world! how to get the string "/ + ( ) + \ + [ ] + : + äöü" converted into valide html. "...".decode("html") does not run :( thank you for help -- http://mail.python.org/mailman/listinfo/python-list