You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Duncan Jones (JIRA)" <ji...@apache.org> on 2016/12/17 22:51:58 UTC

[jira] [Created] (LANG-1299) Add method for converting string to an array of code points

Duncan Jones created LANG-1299:
----------------------------------

             Summary: Add method for converting string to an array of code points
                 Key: LANG-1299
                 URL: https://issues.apache.org/jira/browse/LANG-1299
             Project: Commons Lang
          Issue Type: Improvement
          Components: lang.*
    Affects Versions: 3.5
            Reporter: Duncan Jones
            Priority: Minor


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}}.

{code:java}
int codePoints = StringUtils.toCodePointArray(someString);
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)