From: Fred L. D. Jr. <fd...@ac...> - 2002-11-04 15:49:49
|
Handzsuj,Thomas writes: > Hi, > > I have the following problem with ht2html (version 2.0): > > German umlauts are replaced by a '?' (seen in the html source) PDOGenerator is not compatible with Python 2.0 for other reasons; I'm not sure how you got that to work, unless you added an argument to the time.localtime() call in the constructor (or dropped it). I've fixed that in CVS to make it more compatible. > resulting in: ... > <h3>Was gibts hier ?berhaupt</h3> > > <p>Mal sehen wie die Umlaute aussehen "????" ... > With python 2.2.2 there are _two_ '?' for each umlaut. I can't reproduce this at all (Python 2.0.1, 2.1.3, 2.2.2, 2.3a0), and don't see any obvious place where there's anything being done to the body text. Barry, does this smell like something locale-specific creeping in? ;-( -Fred -- Fred L. Drake, Jr. <fdrake at acm.org> PythonLabs at Zope Corporation |