Copy screen text to clipboard
[fanfix.git] / src / jexer / bits / StringUtils.java
index 2a4fc1dc152b4cbb3dc1ba5fb5dc49b4d3ca940c..36f7b4e9b28e79e9c6175ded59bbb697b981c44d 100644 (file)
@@ -42,6 +42,11 @@ import java.util.Arrays;
  *
  *    - Read/write a line of RFC4180 comma-separated values strings to/from a
  *      list of strings.
+ *
+ *    - Compute number of visible text cells for a given Unicode codepoint or
+ *      string.
+ *
+ *    - Convert bytes to and from base-64 encoding.
  */
 public class StringUtils {