Re: this was never an issue before.

2013-10-24 Thread Þór Sigurðsson
I spent a long time metaphorically beating a bush because English showed up in my app, and so did Icelandic (all characters within the scope of the first UTF8 frame) but Chinese did not. Adding this to the Application() constructor was the solution: setDefaultEncoding( "UTF-8" ); On

Re: this was never an issue before.

2013-10-23 Thread Samuel Pelletier
Theodore, Your fix (turning off the Ellipsis function) indicate that you app does not set it's encodings properly. The ellipsis should save (they save in my apps). Your HTML should began with something like this after the doctype declaration: Your property file these settings: er.ex

Re: this was never an issue before.

2013-10-23 Thread Theodore Petrosky
well the solution was System Preferences => Langugage and Text => Text turn off the Ellipsis function. On Wed, 10/23/13, Theodore Petrosky wrote: Subject: this was never an issue before. To: "WebObjects Development"

this was never an issue before.

2013-10-23 Thread Theodore Petrosky
I just updated one of my workstations to the newest Safari. In one of my Wonder Apps, I have an AjaxInPlaceEditor in a table. My Entity has a method: public String statusWithNull() { if (this.itemStatus() == null || this.itemStatus().length() == 0) {