~ubuntu-branches/ubuntu/natty/kde4libs/natty-proposed

« back to all changes in this revision

Viewing changes to kdoctools/docbook/xsl/params/chunker.output.encoding.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell, Jonathan Riddell, Scott Kitterman
  • Date: 2011-01-21 11:32:24 UTC
  • mfrom: (1.14.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110121113224-c9tebdkklj5u3awu
Tags: 4:4.6.0-0ubuntu1~ppa1
[ Jonathan Riddell ]
* New upstream release
* Reluctantly add kcm_ssl to kdelibs5-plugins, this should be in kdebase

[ Scott Kitterman ]
* Update libkatepartinterfaces4.symbols and libkdecore5.symbols for 4.5.95
  and confirm symbols on all architectures with pkgkde-symbolshelper
  - Thanks to Jonathan Thomas for verifying the missing symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<refentry id="chunker.output.encoding">
2
 
<refmeta>
3
 
<refentrytitle>chunker.output.encoding</refentrytitle>
4
 
<refmiscinfo role="type">string</refmiscinfo>
5
 
</refmeta>
6
 
<refnamediv>
7
 
<refname>chunker.output.encoding</refname>
8
 
<refpurpose>Encoding used in generated pages</refpurpose>
9
 
</refnamediv>
10
 
 
11
 
<refsynopsisdiv>&lt;xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/>
12
 
</refsynopsisdiv>
13
 
 
14
 
<refsect1><title>Description</title>
15
 
 
16
 
<para>This parameter specifies the encoding to be used in files
17
 
generated by the chunking stylesheet. Not all processors support
18
 
specification of this parameter.
19
 
</para>
20
 
 
21
 
<para>This parameter used to be named <literal>default.encoding</literal>.</para>
22
 
 
23
 
<note>
24
 
<para>This parameter is documented here, but the declaration is actually
25
 
in the <filename>chunker.xsl</filename> stylesheet module.</para>
26
 
</note>
27
 
 
28
 
</refsect1>
29
 
</refentry>