Browse Source

Make the encodings ascii to help us poor linux schmucks who got a crappy range of fonts.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271850 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
fbcba51852
7 changed files with 7 additions and 7 deletions
  1. +1
    -1
      src/etc/jdepend-frames.xsl
  2. +1
    -1
      src/etc/jdepend.xsl
  3. +1
    -1
      src/etc/junit-frames.xsl
  4. +1
    -1
      src/etc/junit-noframes.xsl
  5. +1
    -1
      src/etc/log.xsl
  6. +1
    -1
      src/etc/maudit-frames.xsl
  7. +1
    -1
      src/etc/mmetrics-frames.xsl

+ 1
- 1
src/etc/jdepend-frames.xsl View File

@@ -2,7 +2,7 @@
xmlns:lxslt="http://xml.apache.org/xslt"
xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect"
extension-element-prefixes="redirect">
<xsl:output method="html" indent="yes"/>
<xsl:output method="html" indent="yes" encoding="US-ASCII"/>
<xsl:decimal-format decimal-separator="." grouping-separator=","/>
<!--
The Apache Software License, Version 1.1


+ 1
- 1
src/etc/jdepend.xsl View File

@@ -1,5 +1,5 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="html" indent="yes"/>
<xsl:output method="html" indent="yes" encoding="US-ASCII"/>
<xsl:decimal-format decimal-separator="." grouping-separator="," />

<xsl:template match="JDepend">


+ 1
- 1
src/etc/junit-frames.xsl View File

@@ -2,7 +2,7 @@
xmlns:lxslt="http://xml.apache.org/xslt"
xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect"
extension-element-prefixes="redirect">
<xsl:output method="html" indent="yes"/>
<xsl:output method="html" indent="yes" encoding="US-ASCII"/>
<xsl:decimal-format decimal-separator="." grouping-separator=","/>
<!--
The Apache Software License, Version 1.1


+ 1
- 1
src/etc/junit-noframes.xsl View File

@@ -1,5 +1,5 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="html" indent="yes"/>
<xsl:output method="html" indent="yes" encoding="US-ASCII"/>
<xsl:decimal-format decimal-separator="." grouping-separator="," />
<!--
The Apache Software License, Version 1.1


+ 1
- 1
src/etc/log.xsl View File

@@ -1,5 +1,5 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="html" indent="yes"/>
<xsl:output method="html" indent="yes" encoding="US-ASCII"/>
<!--
The Apache Software License, Version 1.1



+ 1
- 1
src/etc/maudit-frames.xsl View File

@@ -2,7 +2,7 @@
xmlns:lxslt="http://xml.apache.org/xslt"
xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect"
extension-element-prefixes="redirect">
<xsl:output method="html" indent="yes"/>
<xsl:output method="html" indent="yes" encoding="US-ASCII"/>
<xsl:decimal-format decimal-separator="." grouping-separator="," />
<!--
The Apache Software License, Version 1.1


+ 1
- 1
src/etc/mmetrics-frames.xsl View File

@@ -4,7 +4,7 @@
xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect"
exclude-result-prefixes="xalan"
extension-element-prefixes="redirect">
<xsl:output method="html" indent="yes"/>
<xsl:output method="html" indent="yes" encoding="US-ASCII"/>
<xsl:decimal-format decimal-separator="." grouping-separator="," />
<!--
The Apache Software License, Version 1.1


Loading…
Cancel
Save