Package org.apache.sis.internal.book
Class Characters
java.lang.Object
org.apache.sis.internal.book.Characters
Utilities related to the handling of characters.
- Since:
- 1.3
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final char
Hyphen character to be visible only if there is a line break to insert after it (Unicode00AD
, HTML­
).static final char
Invisible space. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SOFT_HYPHEN
public static final char SOFT_HYPHENHyphen character to be visible only if there is a line break to insert after it (Unicode00AD
, HTML­
). Otherwise this character is invisible. When visible, the graphical symbol is similar to the hyphen character.Note:
Character.isIdentifierIgnorable(int)
returnstrue
for this character.- See Also:
-
ZERO_WIDTH_SPACE
public static final char ZERO_WIDTH_SPACEInvisible space. Used for allowing line break in an identifier.Note:
Character.isIdentifierIgnorable(int)
returnstrue
for this character.- See Also:
-
-
Constructor Details
-
Characters
private Characters()Do not allow instantiation of this class.
-