You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary Gregory (JIRA)" <ji...@apache.org> on 2017/06/06 02:36:18 UTC

[jira] [Commented] (LANG-1336) Add NUL Byte To CharUtils

    [ https://issues.apache.org/jira/browse/LANG-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16038013#comment-16038013 ] 

Gary Gregory commented on LANG-1336:
------------------------------------

We welcome patches. In this case, you'll want to also replace the string literals that are scattered about the code base with this new static. 

> Add NUL Byte To CharUtils
> -------------------------
>
>                 Key: LANG-1336
>                 URL: https://issues.apache.org/jira/browse/LANG-1336
>             Project: Commons Lang
>          Issue Type: New Feature
>          Components: lang.*
>    Affects Versions: 2.6
>            Reporter: BELUGA BEHR
>
> {{CharUtils}} already defines LF and RF, please add NUL
> {code}
> public static final char NUL = '\0';
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)