youssef khaye created OFBIZ-5099:
------------------------------------

             Summary: XML file containg Byte order mark
                 Key: OFBIZ-5099
                 URL: https://issues.apache.org/jira/browse/OFBIZ-5099
             Project: OFBiz
          Issue Type: Bug
          Components: order
    Affects Versions: SVN trunk, Release Branch 12.04
         Environment: Mac osx
            Reporter: youssef khaye
            Priority: Minor


Only one text files in ofbiz have a UTF-8 BOM (Byte Order Mark).
applications/order/widget/ordermgr/LookupScreens.xml

copy paste wikipedia :
he Unicode Standard permits the BOM in UTF-8, but does not require or recommend 
its use. Byte order has no meaning in UTF-8, so its only use in UTF-8 is to 
signal at the start that the text stream is encoded in UTF-8.

It seem that UTF-8 BOM generate problem only on Mac plaform when reading file 
with the java Reader class.
I have not searched why, it seems more easy to remove BOM from this file.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to