Class Characters

java.lang.Object
org.apache.sis.internal.book.Characters

public final class Characters extends Object
Utilities related to the handling of characters.
Since:
1.3
Version:
1.3
  • Field Details

    • SOFT_HYPHEN

      public static final char SOFT_HYPHEN
      Hyphen character to be visible only if there is a line break to insert after it (Unicode 00AD, HTML ­). Otherwise this character is invisible. When visible, the graphical symbol is similar to the hyphen character.

      Note: Character.isIdentifierIgnorable(int) returns true for this character.

      See Also:
    • ZERO_WIDTH_SPACE

      public static final char ZERO_WIDTH_SPACE
      Invisible space. Used for allowing line break in an identifier.

      Note: Character.isIdentifierIgnorable(int) returns true for this character.

      See Also:
  • Constructor Details

    • Characters

      private Characters()
      Do not allow instantiation of this class.