Package com.nwalsh.saxon
Class Windows1252
- java.lang.Object
-
- com.nwalsh.saxon.Windows1252
-
- All Implemented Interfaces:
com.icl.saxon.charcode.CharacterSet
,com.icl.saxon.charcode.PluggableCharacterSet
public class Windows1252 extends java.lang.Object implements com.icl.saxon.charcode.PluggableCharacterSet
$Id: Windows1252.java 7277 2007-08-23 05:10:07Z xmldoc $ File: Windows1252CharacterSet.java Created: May 26 2004 Author: Pontus Haglund Project: Venus This class extends Saxon 6.5.x with the windows-1252 character set. It is particularly useful when generating HTML Help for Western European Languages. To use this class for generating HTML Help output with the DocBook XSL stylesheets, complete the following steps: 1. Make sure that the Saxon 6.5.x jar file and the jar file for the DocBook Saxon extensions are in your CLASSPATH 2. Create a DocBook XSL customization layer -- a file named "mystylesheet.xsl" or whatever -- that, at a minimum, contains the following:
-
-
Constructor Summary
Constructors Constructor Description Windows1252()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getEncodingName()
boolean
inCharset(int c)
-