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 19:03:00 UTC

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

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

Daniel Sun resolved GROOVY-8312.
--------------------------------
    Resolution: Fixed

Fixed by https://github.com/apache/groovy/commit/7a2cdd26b7e960d580732dad4470dc2e5fcba9e1

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