[jira] [Created] (OFBIZ-5099) XML file containg Byte order mark

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (OFBIZ-5099) XML file containg Byte order mark

Nicolas Malin (Jira)
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