Re: Problem on WOLips

2008-05-05 Thread Lachlan Deck
Hi Amedeo, On 05/05/2008, at 8:06 PM, Amedeo Mantica wrote: Hello, i use the latest wo nighlty (latest at the date of the original post) I use this call in the application costructor ERXMessageEncoding.setDefaultEncodingForAllLanguages("UTF8"); Should be UTF-8 And you'll want to call A

Re: Problem on WOLips

2008-05-05 Thread Amedeo Mantica
Hello, i use the latest wo nighlty (latest at the date of the original post) I use this call in the application costructor ERXMessageEncoding.setDefaultEncodingForAllLanguages("UTF8"); but if I do not create manuallo the .woo file accented latins are bad The data coming out from a database i

Re: Problem on WOLips

2008-05-04 Thread Gennady Kushnir
Did you force your application to generate UTF8 responses in constructor? ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http:

Re: Problem on WOLips

2008-04-30 Thread Q
On 01/05/2008, at 6:53 AM, Mike Schrag wrote: The latest nightly doesn't create a woo file if the encoding is UTF-8 as this is supposed to be the default charset WO uses when non exists. Out of curiosity, is this true in 5.3 as well as 5.4? When I made the change I checked to ensure that b

Re: Problem on WOLips

2008-04-30 Thread Mike Schrag
The latest nightly doesn't create a woo file if the encoding is UTF-8 as this is supposed to be the default charset WO uses when non exists. Out of curiosity, is this true in 5.3 as well as 5.4? ms ___ Do not post admin requests to the list. They w

Re: Problem on WOLips

2008-04-30 Thread Q
A bit more detail please. What version of WO are you using? Are you using Wonder? Are you overriding the default character set in your code? What character encoding issues are you seeing exactly? What steps are required to reproduce the problem? The latest nightly doesn't create a woo file if th

Re: Problem on WOLips

2008-04-30 Thread Amedeo Mantica
Latest Nightly from http://webobjects.mdimension.com/wolips/nightly/ Regards Amedeo On 30/apr/08, at 17:18, Pascal Robert wrote: How old is your WOLips version ? On 30/apr/08, at 16:05, Pascal Robert wrote: This is "normal", when you create a new component, you have to tell the "wizard"

Re: Problem on WOLips

2008-04-30 Thread Pascal Robert
How old is your WOLips version ? On 30/apr/08, at 16:05, Pascal Robert wrote: This is "normal", when you create a new component, you have to tell the "wizard" to create the WOO file if you want to use a different encoding. I choose UTF-8, but woo file is not created and the page is worki

Re: Problem on WOLips

2008-04-30 Thread Amedeo Mantica
On 30/apr/08, at 16:05, Pascal Robert wrote: This is "normal", when you create a new component, you have to tell the "wizard" to create the WOO file if you want to use a different encoding. I choose UTF-8, but woo file is not created and the page is working bad Any help? Thanks For exis

Re: Problem on WOLips

2008-04-30 Thread Pascal Robert
This is "normal", when you create a new component, you have to tell the "wizard" to create the WOO file if you want to use a different encoding. For existing components, you can right-click on them and change the encoding in the Properties. Hello, I have a problem with WOLips When I creat

Problem on WOLips

2008-04-30 Thread Amedeo Mantica
Hello, I have a problem with WOLips When I create a new WOComponent, the .woo file is not being created! and this is causing bad character encoding on pages Regards Amedeo ___ Do not post admin requests to the list. They will be ignored. Webobjects-de