From: Michael Smith Date: Sat, 25 Mar 2006 17:14:42 +0000 (+0000) Subject: Switched to just using translate() in place of locale-aware X-Git-Tag: release/1.79.1~6^2~2965 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12aaae6ea9429c2af12428a0cf3dd3d767b14a83;p=docbook-dsssl Switched to just using translate() in place of locale-aware string.lower(). The dirnames are all ASCII, so using string.lower() to convert them is overkill. --- diff --git a/xsl/docsrc/release-notes.xsl b/xsl/docsrc/release-notes.xsl index a46c6988f..2dc76bb2b 100644 --- a/xsl/docsrc/release-notes.xsl +++ b/xsl/docsrc/release-notes.xsl @@ -18,7 +18,6 @@ - en VXXXX @@ -34,10 +33,6 @@ )"/> - - - - @@ -120,13 +115,12 @@ - - - - - +