encoding warnings

From: David Holt (programmingos..ac.com)
Date: Wed Jan 09 2008 - 18:42:54 EST

  • Next message: David Holt: "Re: encoding warnings"

    Creating a new WO Application/WOnder application project in today's
    version of WOLips generates the following warning:

    Severity and Description Path Resource Location Creation Time Id
    WOO Encoding type UTF-8 doesn't match component MacRoman Test/
    Components/Main.wo Main.woo Unknown 1199921851770 19524

    Changing the encoding type in the .woo and in the .html file does not
    get rid of the warning. I have refreshed and cleaned the project.
    What am I doing incorrectly?

    Also, shouldn't default components be generated without encoding
    mismatches?

    Thanks,
    David

    These are the values in my Main component:

    Main.html

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns = "http://www.w3.org/1999/xhtml" xml:lang = "en" lang =
    "en">
       <head>
         <meta http-equiv = "Content-Type" content = "text/html;
    charset=utf-8" />
         <title>untitled</title>
       </head>
       <body>Hello World!</body>
    </html>

    Main.woo

    {
            "WebObjects Release" = "WebObjects 5.0";
            encoding = NSUTF8StringEncoding;
    }



    This archive was generated by hypermail 2.0.0 : Wed Jan 09 2008 - 18:44:51 EST