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
- Author:
- Martin Desruisseaux (Geomatys)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final charHyphen character to be visible only if there is a line break to insert after it (Unicode00AD, HTML­).static final charInvisible space. -
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)returnstruefor 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)returnstruefor this character.- See Also:
-