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

[GINQ] Some non-ascii characters in ascii table can not align correctly in console

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.0.23, 5.0.0-alpha-10
    • None
    • None

    Description

      Some non-ascii characters in ascii table can not align correctly in console, e.g. Chinese characters.

       

              def result = GQ {
                  from r in [
                      [name: 'Daniel', age: 39, location: 'Shanghai'],
                      [name: '山风小子', age: 40, location: '上海'],
                      [name: 'Candy', age: 36, location: 'Shanghai']
                  ]
                  select  r.name, r.age, r.location
              }
              println result  // check the result in cmd of Windows or terminal of Linux
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: