[ 
https://issues.apache.org/jira/browse/LANG-1299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Duncan Jones closed LANG-1299.
------------------------------
       Resolution: Implemented
         Assignee: Duncan Jones
    Fix Version/s: 3.6

{quote}
Repository: commons-lang
Updated Branches:
 refs/heads/master 855a52385 -> 600eb9eb9


LANG-1299 - Add method for converting string to an array of code points

Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/600eb9eb
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/600eb9eb
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/600eb9eb
{quote}

> 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
>            Assignee: Duncan Jones
>            Priority: Minor
>             Fix For: 3.6
>
>
> 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)

Reply via email to