Re: Unicode characters in Buttons like WOSubmitButton
Re: Unicode characters in Buttons like WOSubmitButton
- Subject: Re: Unicode characters in Buttons like WOSubmitButton
- From: Pierre Frisch <email@hidden>
- Date: Sat, 29 May 2004 12:19:24 -0700
Hello,
Have you looked at the wiki site www.wodev.com? there is quite a bit of
information on the topic search InternationalCharacters.
Did you set WOBuilder to sate in UTF-8 by default? Look in the
preferences. You may want to do a save as with the save name replacing
the existing component and force the encoding to be UTF-8. Have a look
in the bundle at the .woo file at the top there should be a line that
tells you what WOBuilder thinks the encoding is.
{
"WebObjects Release" = "WebObjects 5.0";
encoding = NSUTF8StringEncoding;
variables = {};
}
Don't forget to add the META and http encoding headers.
Good Luck
Pierre
--
Pierre Frisch
sPearWay Ltd.
sPearCat Web Catalogs, the flexibility of custom design, the price of a
package.
http://www.spearcat.com/
On May 28, 2004, at 2:22, Matyas Ferenc Farkas wrote:
> Hi,
>
> I have to translate .wo files in WOBuilder, and after I rename a
> button in the Page Inspector, the unicode characters like u{az are
> appearing fine, but after a close open procedure they are gone and
> weird characters are there. At the Preferences / general / default
> encoding there is UTF-8, and the other elements of the page are viewed
> fine. Only the buttons are wrong, where does WO store the button name?
>
> Thanks a lot.
>
> --
> Regards,
> Ferenc Farkas MATYAS
> _______________________________________________
> webobjects-dev mailing list | email@hidden
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/webobjects-dev
> Do not post admin requests to the list. They will be ignored.
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.