summaryrefslogtreecommitdiff
path: root/textproc/docbook-xsl/patches/patch-ab
blob: 710fc97e91d5121a77fb6e0f0bc215591dd14a84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.3 2007/10/01 23:39:22 dmcmahill Exp $

cp1250 seems to be a bit more widely supported.  Fixes unknown encoding problems
on netbsd-2

--- html/biblio-iso690.xsl.orig	2007-06-28 23:19:07.000000000 +0000
+++ html/biblio-iso690.xsl
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="windows-1250"?>
+<?xml version="1.0" encoding="cp1250"?>
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 version='1.0'>