[ http://issues.apache.org/jira/browse/BEEHIVE-994?page=all ]
     
Eddie O'Neil resolved BEEHIVE-994:
----------------------------------

    Fix Version: 1.1
     Resolution: Fixed

Fixed in SVN 331961.

> Controls assembly does not support multibyte characters in property files it 
> generates
> --------------------------------------------------------------------------------------
>
>          Key: BEEHIVE-994
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-994
>      Project: Beehive
>         Type: Bug
>   Components: Controls
>     Versions: V1
>     Reporter: Chad Schoettger
>     Assignee: Eddie O'Neil
>     Priority: Minor
>      Fix For: 1.1
>  Attachments: BEEHIVE-944.zip, BEEHIVE-994.patch, BEEHIVE-994.patch
>
> During control generation a properties file is generated for a control by the 
> gereration framework.  During the controls assembly phase the property file 
> is used to determine the underlying type of the control.  The 
> Properties.load() method is used to load the properties file from disk but 
> the Properties.store() method is not used to create the properties file ( 
> since that is done from within APT).  
> The Properties.store() method performs some special encoding of multibyte 
> characters which enables the Properties.load() method to correctly load 
> multibyte characters.  Since store() is not being used in this case, 
> multibyte characters are getting mangled on the load() call.

-- 
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

Reply via email to