com.icl.saxon.charcode

Class CP852CharacterSet

Implemented Interfaces:
CharacterSet, PluggableCharacterSet

public class CP852CharacterSet
extends java.lang.Object
implements PluggableCharacterSet

This package defines pluggable character set CP852

Nested Class Summary

Constructor Summary

CP852CharacterSet()

Method Summary

String
getEncodingName()
Determine the name of the Java character set encoding to be used
boolean
inCharset(int ch)

Constructor Details

CP852CharacterSet

public CP852CharacterSet()

Method Details

getEncodingName

public final String getEncodingName()
Determine the name of the Java character set encoding to be used
Specified by:
getEncodingName in interface PluggableCharacterSet


inCharset

public final boolean inCharset(int ch)
Specified by:
inCharset in interface CharacterSet