Package | Description |
---|---|
util |
A collection of utility classes for the SiGML Input Library.
|
Modifier and Type | Method and Description |
---|---|
static HNSOctetUCSMap |
HNSOctetUCSMap.getHNSMapOctetAllUCS()
Factory method, returning a the singleton map that includes
all UCS HamNoSys character values.
|
static HNSOctetUCSMap |
HNSOctetUCSMap.getHNSMapOctetHighUCS()
Factory method, returning the singleton map that includes
high UCS HamNoSys character values only.
|
static HNSOctetUCSMap |
HNSOctetUCSMap.getHNSMapOctetUCS(boolean DO_ALL_UCS)
Factory method, returning one of two singleton instances of this
class, depending on the value of the given flag
DO_ALL_UCS :
if this flag is false then only high (>= 256 ) character
values are included in the mapping, but if it is true all values,
including those such as UCS value 44 (hamcomma , for which
the corresponding value in the old 8-bit HNS code is the octet
value 36. |