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
 Assigned to: Chad Schoettger 
    Priority: Minor


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