You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by "Will Glass-Husain (JIRA)" <ji...@apache.org> on 2005/09/19 01:22:54 UTC

[jira] Updated: (VELOCITY-275) Velocity DVSL ignores the encoding specified in xml

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

Will Glass-Husain updated VELOCITY-275:
---------------------------------------

    Bugzilla Id:   (was: 29810)
      Component: DVSL
                     (was: Source)
    Description: 
The DVSL class is creating Reader regardless of encoding.  XML files
are parsed using a default encoding instead of the one specified in
XML files.  To resolve this problem, pass InputStream to dom4j when
parsing XML files.  The right encoding should be used when Reader and
Writer are created/constructed.

  was:
The DVSL class is creating Reader regardless of encoding.  XML files
are parsed using a default encoding instead of the one specified in
XML files.  To resolve this problem, pass InputStream to dom4j when
parsing XML files.  The right encoding should be used when Reader and
Writer are created/constructed.

    Environment: 
Operating System: All
Platform: All

  was:
Operating System: All
Platform: All

      Assign To:     (was: Velocity-Dev List)

Thanks for reporting this.  We'll take a look though the priority is to first work through some of the core engine bugs.

> Velocity DVSL ignores the encoding specified in xml
> ---------------------------------------------------
>
>          Key: VELOCITY-275
>          URL: http://issues.apache.org/jira/browse/VELOCITY-275
>      Project: Velocity
>         Type: Bug
>   Components: DVSL
>     Versions: 1.4
>  Environment: Operating System: All
> Platform: All
>     Reporter: Takayoshi Kimura
>  Attachments: patch, patch
>
> The DVSL class is creating Reader regardless of encoding.  XML files
> are parsed using a default encoding instead of the one specified in
> XML files.  To resolve this problem, pass InputStream to dom4j when
> parsing XML files.  The right encoding should be used when Reader and
> Writer are created/constructed.

-- 
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: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org