Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-8312

[PARROT] Deprecate useless features on unicode sequences

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.6.0-alpha-1
    • 3.0.0-alpha-1, 2.6.0-alpha-2
    • None
    • None

    Description

      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

      Attachments

        Activity

          People

            daniel_sun Daniel Sun
            daniel_sun Daniel Sun
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: