mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-03 12:24:46 +00:00
fix default encoding
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1991 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
c4aaa70664
commit
fbea3725ca
2 changed files with 3 additions and 3 deletions
|
|
@ -41,7 +41,7 @@ syntax.</p>
|
|||
<p>Some added checks might trigger new warnings, so automated scripts
|
||||
or alarms can have more output than with 1.x releases.</p>
|
||||
<p>All output (file and console) is now encoded according to a given
|
||||
character set encoding which defaults to iso-8859-1. If you
|
||||
character set encoding which defaults to ISO-8859-15. If you
|
||||
relied that output was in a specific encoding, you might want to
|
||||
use the output encoding option.</p>
|
||||
</div>
|
||||
|
|
@ -69,7 +69,7 @@ you can append a <tt class="literal"><span class="pre">||</span> <span class="pr
|
|||
</div>
|
||||
<hr class="footer" />
|
||||
<div class="footer">
|
||||
Generated on: 2004-11-15 19:27 UTC.
|
||||
Generated on: 2004-11-15 22:26 UTC.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ Some added checks might trigger new warnings, so automated scripts
|
|||
or alarms can have more output than with 1.x releases.
|
||||
|
||||
All output (file and console) is now encoded according to a given
|
||||
character set encoding which defaults to iso-8859-1. If you
|
||||
character set encoding which defaults to ISO-8859-15. If you
|
||||
relied that output was in a specific encoding, you might want to
|
||||
use the output encoding option.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue