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

Emmanuel Lecharny resolved DIRMINA-943.
---------------------------------------
    Resolution: Fixed

Fixed with commit f80e27db1ec976e09787acfb271b561f2d5a199c

> TextLineDecoder unexpected result in multibyte charset
> ------------------------------------------------------
>
>                 Key: DIRMINA-943
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-943
>             Project: MINA
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 3.0.0-M2
>         Environment: windows7 x64  jdk1.6.0.45
>            Reporter: heyoulin
>
> decoded = new String(buffer.array());
> should be:
> decoded = buffer.toString();
> or 
> decoded = new String(buffer.array(),0,buffer.limit());



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

Reply via email to