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
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
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"
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) {