You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Gerardo (JIRA)" <ji...@apache.org> on 2016/03/18 18:24:33 UTC

[jira] [Updated] (GROOVY-7796) size() method returns wrong values with accented Strings

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

Gerardo updated GROOVY-7796:
----------------------------
    Summary: size() method returns wrong values with accented Strings  (was: size() method return wrong values with accented Strings)

> size() method returns wrong values with accented Strings
> --------------------------------------------------------
>
>                 Key: GROOVY-7796
>                 URL: https://issues.apache.org/jira/browse/GROOVY-7796
>             Project: Groovy
>          Issue Type: Bug
>    Affects Versions: 2.4.6
>         Environment: windows 7 64 bits, Groovy 2.4.6, JDK 1.8.0_74 64-Bit Server
>            Reporter: Gerardo
>
> String.size() method returns wrong value when the string contains accented letters:
> println 'Ciclope'.size()
> 7 //ok
> println 'CĂ­clope'.size()
> 8 //wrong



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)