any ideas about my WOText problem?
any ideas about my WOText problem?
- Subject: any ideas about my WOText problem?
- From: Theodore Petrosky <email@hidden>
- Date: Sat, 9 Oct 2010 12:00:53 -0700 (PDT)
I had asked before about a problem I had accepting text that was pasted into a WOText area from Acrobat.
I have a client that is copying text that is styled from a PDF and pasting it into a WOText area.
I get failures when I do saveChanges() on the editing context with an error claiming that I should check the 'client-encoding'.
I am only seeing this with my client that has Acrobat 8 (OS X 10.5).
I have accessors that are bound to my WOText area:
public String jobDescription() {
return _jobDescription;
}
public void setJobDescription(String aJobDescription) {
_jobDescription = aJobDescription;
}
should I be validating my data here or parsing it to make sure I only have ascii? I have never been bitten by this problem before and don't have a clue where to look.
Ted
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden