]> oss.titaniummirror.com Git - oss-web.git/commit
read_*, webber: fix loading of files with "Umlaut" characters
authorHolger Schurig <hs4233@mail.mn-solutions.de>
Thu, 25 Jun 2009 21:44:58 +0000 (23:44 +0200)
committerHolger Schurig <hs4233@mail.mn-solutions.de>
Thu, 25 Jun 2009 21:44:58 +0000 (23:44 +0200)
commit5b24964cda642526f6331573980b2cd6f254780b
tree441de8cb7a68444cfc89a67098186c69a679d844
parenta323f41b60c81dd42a55e3e1dc56b88840bbe4f6
read_*, webber: fix loading of files with "Umlaut" characters

You cannot do some f.readline() actions and then read the rest via f.read(),
at least not not if the files aren't pure ASCII.
plugins/read_html.py
plugins/read_markdown.py
plugins/read_rst.py
webber.py