You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "BELUGA BEHR (JIRA)" <ji...@apache.org> on 2017/06/05 21:42:04 UTC

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

BELUGA BEHR created LANG-1336:
---------------------------------

             Summary: 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)