[OS-JIRA] Created: (WOL-709) Info.plist data set from Java properties are not correctly reencoded from iso-8859-1 to utf-8

From: Francis Labrie (JIRA) ("Francis)
Date: Tue Jan 15 2008 - 14:43:37 EST

  • Next message: Anders Peterson: "Entity Modeler"

    Info.plist data set from Java properties are not correctly reencoded from iso-8859-1 to utf-8
    ---------------------------------------------------------------------------------------------

                     Key: WOL-709
                     URL: http://issues.objectstyle.org/jira/browse/WOL-709
                 Project: WOProject/WOLips
              Issue Type: Bug
              Components: wolips
        Affects Versions: WOLips 3.3.2.* (nightly build please specify)
                Reporter: Francis Labrie

    Info.plist data set from Java properties like "customInfoPListContent", "cfBundleShortVersion", etc. are not correctly encoded from iso-8859-1 to utf-8.

    Java properties files are encoded in iso-latin-1. If I set this in "build.properties":

    customInfoPListContent=<key>NSHumanReadableCopyright</key>\n\
    \ <string>Copyright © 2005-2008, OS communications informatiques, inc. All Rights Reserved.</string>

    The generated "Info.plist" will contains a bad 8 bits iso-8859-1 character for the copyright "©" instead of the corresponding 16 bits utf-8 value.

    -- 
    This message is automatically generated by JIRA.
    -
    If you think it was sent incorrectly contact one of the administrators: http://issues.objectstyle.org/jira/secure/Administrators.jspa
    -
    For more information on JIRA, see: http://www.atlassian.com/software/jira
    



    This archive was generated by hypermail 2.0.0 : Tue Jan 15 2008 - 14:44:36 EST