Hi Tom,

have you checked that your html and wod files are really encoded in UTF-8 and 
not MacRoman? Try to open the files of one component in a text editor and 
resave it with UTF-8 encoding. Does the error for that component persist?

jw


Am 14.02.2012 um 22:35 schrieb Tom Woteki:

> All:
> 
> I get the subject warning for every component in a legacy app and another 
> that says basically the same thing but also refers to the html file. How do I 
> get rid of these pesky warning messages?
> 
> Here is a typical .woo file for these components:
> 
> {
>     "WebObjects Release" = "WebObjects 5.0"; 
>     encoding = "UTF-8"; 
>     variables = {}; 
> }
> 
> and here is the corresponding html:
> 
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
> <html>
>     <head>
>         <meta name="generator" content="WebObjects 5">
>         <title><webobject name=String1></webobject></title>
>         <link rel="stylesheet" href="<webobject name=csslink></webobject>" 
> type="text/css">
>     </head>
>     <body>
>         <webobject name=ComponentContent1></webobject>
>     </body>
> </html>
> 
> The .woo file for ComponentContent1 is the same as above.
> 
> Thanks,
> Tom
> 
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      ([email protected])
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/jw%40oyosys.com
> 
> This email sent to [email protected]

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to