Description
Java 7 doesn't offer a method for converting a string to an array of code points. This might be something we could add to StringUtils.
int[] codePoints = StringUtils.toCodePointArray(someString);
Java 7 doesn't offer a method for converting a string to an array of code points. This might be something we could add to StringUtils.
int[] codePoints = StringUtils.toCodePointArray(someString);