public class Utf8Block extends Object
Utf8Module
Modifier and Type | Field and Description |
---|---|
static Utf8Block[] |
unicodeBlock
Unicode 6.0.0 blocks, derived from
<http://www.unicode.org/Public/3.2-Update/Blocks-3.2.0.txt>
and updated to Unicode 6.0.0
|
Constructor and Description |
---|
Utf8Block(int start,
int end,
String name)
Creates a Utf8Block, specifying the start and end codes
and block name.
|
Modifier and Type | Method and Description |
---|---|
int |
getEnd()
Returns the end code.
|
String |
getName()
Returns the block name.
|
int |
getStart()
Returns the start code.
|
public static final Utf8Block[] unicodeBlock
public Utf8Block(int start, int end, String name)
start
- Start code as defined in the Unicode block specificationend
- End code as defined in the Unicode block specificationname
- Block namepublic int getEnd()
public String getName()
public int getStart()
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.