You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Daniel Sun (JIRA)" <ji...@apache.org> on 2017/09/08 17:11:00 UTC

[jira] [Created] (GROOVY-8312) Deprecate useless features of unicode sequences

Daniel Sun created GROOVY-8312:
----------------------------------

             Summary: Deprecate useless features of unicode sequences
                 Key: GROOVY-8312
                 URL: https://issues.apache.org/jira/browse/GROOVY-8312
             Project: Groovy
          Issue Type: Improvement
    Affects Versions: 2.6.0-alpha-1
            Reporter: Daniel Sun
            Assignee: Daniel Sun
             Fix For: 2.6.0-alpha-2


1) Declaring identifier with unicode sequences , e.g.  `def \u4e00\u9fa5 =
123`
2) All source code is written in unicode sequence, e.g. `\u0064\u0065\u0066
\u0061 \u003d \u0031\u0032\u0033`, the corresponding readable code is `def a
= 123` 
3) Unicode sequences like `\uuuuuuuuuu9fa5` is allowed in Groovy



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)