[ http://issues.apache.org/jira/browse/VELTOOLS-19?page=all ]

Tim Colson moved VELOCITY-369 to VELTOOLS-19:
---------------------------------------------

      Project: VelocityTools  (was: Velocity)
          Key: VELTOOLS-19  (was: VELOCITY-369)
    Component:     (was: Tools)
      Version:     (was: 1.5)

> getString() method in ImportSupport doesn't support UTF-8
> ---------------------------------------------------------
>
>          Key: VELTOOLS-19
>          URL: http://issues.apache.org/jira/browse/VELTOOLS-19
>      Project: VelocityTools
>         Type: Bug
>  Environment: Operating System: other
> Platform: Other
>     Reporter: John Didion

>
> change:
>   return bos.toString(DEFAULT_ENCODING);
>  
> to:
>  
>   return bos.toString(this.getCharacterEncoding());
> Simple as that :)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to